#824CD8

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

Shades of Slate Blue #824CD8

Tints of Slate Blue #824CD8

Color information

#824CD8 (or 0x824CD8) is unknown color: approx Slate Blue. HEX triplet: 82, 4C and D8. RGB value is (130,76,216). Sum of RGB (Red+Green+Blue) = 130+76+216=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #824CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CD8 is #7DB327. Grayscale: #6B6B6B. Windows color (decimal): -8237864 or 14175362. OLE color: 14175362.

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

Color convert

RGB13076216-
CMYK0.400.6500.15
HSL263.14º64.22%57.25%-
HSV(B)263.14º64.81%84.71%-
XYZ24.1914.8766.56-
YUV108.11188.89143.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 76 (30.08% from 255) = 18.01%
BLUE value IS 216 (84.77% from 255) = 51.18%
R=30.81%
G=18.01%
B=51.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130762160.400.6500.15263.1464.2257.25
Hex824CD828410F1074039
Octal2021143305010101740710071
Binary100000101001100110110001010001000001011111000001111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,76,216); }

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

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

 a { background-color: rgb(130,76,216); }

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

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

 span { border-color: rgb(130,76,216); }

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