#8485ed

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

Shades of Light Slate Blue #8485ED

Tints of Light Slate Blue #8485ED

Color information

#8485ED (or 0x8485ED) is unknown color: approx Light Slate Blue. HEX triplet: 84, 85 and ED. RGB value is (132,133,237). Sum of RGB (Red+Green+Blue) = 132+133+237=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #8485ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8485ED is #7B7A12. Grayscale: #909090. Windows color (decimal): -8092179 or 15566212. OLE color: 15566212.

HSL color Cylindrical-coordinate representation of color #8485ED: hue angle of 239.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8485ED is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132133237-
CMYK0.440.4400.07
HSL239.43º74.47%72.35%-
HSV(B)239.43º44.3%92.94%-
XYZ33.1927.883.74-
YUV144.56180.17119.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=26.29%
G=26.49%
B=47.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321332370.440.4400.07239.4374.4772.35
Hex8485ED2C2C07ef4a48
Octal204205355545407357112110
Binary10000100100001011110110110110010110001111110111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8485ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8485ed; }

 p { color: rgb(132,133,237); }

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

<style>
 a { background-color: #8485ed; }

 a { background-color: rgb(132,133,237); }

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

<style>
 span { border-color: #8485ed; }

 span { border-color: rgb(132,133,237); }

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