#824EDC

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

Shades of Slate Blue #824EDC

Tints of Slate Blue #824EDC

Color information

#824EDC (or 0x824EDC) is unknown color: approx Slate Blue. HEX triplet: 82, 4E and DC. RGB value is (130,78,220). Sum of RGB (Red+Green+Blue) = 130+78+220=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #824EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EDC is #7DB123. Grayscale: #6D6D6D. Windows color (decimal): -8237348 or 14438018. OLE color: 14438018.

HSL color Cylindrical-coordinate representation of color #824EDC: hue angle of 261.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824EDC is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13078220-
CMYK0.410.6500.14
HSL261.97º66.98%58.43%-
HSV(B)261.97º64.55%86.27%-
XYZ24.8515.3669.37-
YUV109.74190.23142.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 78 (30.86% from 255) = 18.22%
BLUE value IS 220 (86.33% from 255) = 51.40%
R=30.37%
G=18.22%
B=51.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130782200.410.6500.14261.9766.9858.43
Hex824EDC29410E106433a
Octal2021163345110101640610372
Binary100000101001110110111001010011000001011101000001101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,78,220); }

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

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

 a { background-color: rgb(130,78,220); }

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

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

 span { border-color: rgb(130,78,220); }

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