Html Css Color HEX #8586EE Light Slate Blue

📋 copy color: '#8586EE'

red 133 ◦ green 134 ◦ blue 238

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

Shades of Light Slate Blue #8586EE

Tints of Light Slate Blue #8586EE

RGB

 RED value IS 133 (52.34% from 255) = 26.34%

 GREEN value IS 134 (52.73% from 255) = 26.53%

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 26.34%
G = 26.53%
B = 47.13%

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

#8586EE (or 0x8586EE) is known color: Light Slate Blue. HEX triplet: 85, 86 and EE. RGB value is (133,134,238). Sum of RGB (Red+Green+Blue) = 133+134+238=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #8586EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8586EE is #7A7911. Grayscale: #919191. Windows color (decimal): -8026386 or 15632005. OLE color: 15632005.

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

Color convert

RGB 133 134 238 -
CMYK 0.44 0.44 0 0.07
HSL 239.43º 0.76% 0.73% -
HSV(B) 239.43º 0.44% 0.93% -
XYZ 33.63 28.21 84.56 -
YUV 145.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 133 134 238 0.44 0.44 0 0.07 239.43 0.76 0.73
Hex 85 86 EE 2C 2C 0 7 EF 4C 49
Octal 205 206 356 54 54 0 7 357 114 111
Binary 10000101 10000110 11101110 101100 101100 0 111 11101111 1001100 1001001

Color Harmonies of #8586EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8586EE

Black with #8586EE

Text Example


Text Example

White with #8586EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8586EE; }

 p { color: rgb(133,134,238); }

 H1.HeaderClassName
 {
   color: #8586EE;
 }
 .AnyTagClassName
 {
   color: #8586EE;
 }
</style>

background-color css

<style>
 a { background-color: #8586EE; }

 a { background-color: rgb(133,134,238); }

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

border-color css

<style>
 span { border-color: #8586EE; }

 span { border-color: rgb(133,134,238); }

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