Html Css Color HEX #8485EC Light Slate Blue

📋 copy color: '#8485EC'

red 132 ◦ green 133 ◦ blue 236

#8485EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8485EC

Tints of Light Slate Blue #8485EC

RGB

 RED value IS 132 (51.95% from 255) = 26.35%

 GREEN value IS 133 (52.34% from 255) = 26.55%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 26.35%
G = 26.55%
B = 47.11%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8485EC (or 0x8485EC) is known color: Light Slate Blue. HEX triplet: 84, 85 and EC. RGB value is (132,133,236). Sum of RGB (Red+Green+Blue) = 132+133+236=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #8485EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8485EC is #7B7A13. Grayscale: #909090. Windows color (decimal): -8092180 or 15500676. OLE color: 15500676.

HSL color Cylindrical-coordinate representation of color #8485EC: hue angle of 239.42º degrees, saturation: 0.73, 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 #8485EC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 133 236 -
CMYK 0.44 0.44 0 0.07
HSL 239.42º 0.73% 0.72% -
HSV(B) 239.42º 0.44% 0.93% -
XYZ 33.04 27.74 82.97 -
YUV 144.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 132 133 236 0.44 0.44 0 0.07 239.42 0.73 0.72
Hex 84 85 EC 2C 2C 0 7 EF 49 48
Octal 204 205 354 54 54 0 7 357 111 110
Binary 10000100 10000101 11101100 101100 101100 0 111 11101111 1001001 1001000

Color Harmonies of #8485EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8485EC

Black with #8485EC

Text Example


Text Example

White with #8485EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8485EC;
 }
 .AnyTagClassName
 {
   color: #8485EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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