#824DD7

Color #824DD7 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #824DD7

Tints of Slate Blue #824DD7

Color information

#824DD7 (or 0x824DD7) is unknown color: approx Slate Blue. HEX triplet: 82, 4D and D7. RGB value is (130,77,215). Sum of RGB (Red+Green+Blue) = 130+77+215=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #824DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DD7 is #7DB228. Grayscale: #6C6C6C. Windows color (decimal): -8237609 or 14110082. OLE color: 14110082.

HSL color Cylindrical-coordinate representation of color #824DD7: hue angle of 263.04º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #824DD7 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13077215-
CMYK0.400.6400.16
HSL263.04º63.3%57.25%-
HSV(B)263.04º64.19%84.31%-
XYZ24.1314.9665.91-
YUV108.58188.06143.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 77 (30.47% from 255) = 18.25%
BLUE value IS 215 (84.38% from 255) = 50.95%
R=30.81%
G=18.25%
B=50.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130772150.400.6400.16263.0463.357.25
Hex824DD728400101073f39
Octal202115327501000204077771
Binary100000101001101110101111010001000000010000100000111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824DD7; }

 p { color: rgb(130,77,215); }

 H1.HeaderClassName
 {
   color: #824DD7;
 }
 .AnyTagClassName
 {
   color: #824DD7;
 }
</style>
background-color css

<style>
 a { background-color: #824DD7; }

 a { background-color: rgb(130,77,215); }

 div.DivClassName
 {
   background-color: #824DD7;
 }
 .BgClassName
 {
   background-color: #824DD7;
 }
</style>
border-color css

<style>
 span { border-color: #824DD7; }

 span { border-color: rgb(130,77,215); }

 td.TdClassName
 {
   border-color: #824DD7;
 }
 .TagClassName
 {
   border-color: #824DD7;
 }
</style>