#824EDA

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

Shades of Slate Blue #824EDA

Tints of Slate Blue #824EDA

Color information

#824EDA (or 0x824EDA) is unknown color: approx Slate Blue. HEX triplet: 82, 4E and DA. RGB value is (130,78,218). Sum of RGB (Red+Green+Blue) = 130+78+218=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #824EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EDA is #7DB125. Grayscale: #6D6D6D. Windows color (decimal): -8237350 or 14306946. OLE color: 14306946.

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

Color convert

RGB13078218-
CMYK0.400.6400.15
HSL262.29º65.42%58.04%-
HSV(B)262.29º64.22%85.49%-
XYZ24.5915.2667.98-
YUV109.51189.23142.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 78 (30.86% from 255) = 18.31%
BLUE value IS 218 (85.55% from 255) = 51.17%
R=30.52%
G=18.31%
B=51.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130782180.400.6400.15262.2965.4258.04
Hex824EDA28400F106413a
Octal2021163325010001740610172
Binary100000101001110110110101010001000000011111000001101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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