Html Css Color HEX #8F85EE Light Slate Blue

📋 copy color: '#8F85EE'

red 143 ◦ green 133 ◦ blue 238

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

Shades of Light Slate Blue #8F85EE

Tints of Light Slate Blue #8F85EE

RGB

 RED value IS 143 (56.25% from 255) = 27.82%

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

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

R = 27.82%
G = 25.88%
B = 46.3%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F85EE (or 0x8F85EE) is known color: Light Slate Blue. HEX triplet: 8F, 85 and EE. RGB value is (143,133,238). Sum of RGB (Red+Green+Blue) = 143+133+238=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F85EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F85EE is #707A11. Grayscale: #939393. Windows color (decimal): -7371282 or 15631759. OLE color: 15631759.

HSL color Cylindrical-coordinate representation of color #8F85EE: hue angle of 245.71º 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 #8F85EE is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 133 238 -
CMYK 0.40 0.44 0 0.07
HSL 245.71º 0.76% 0.73% -
HSV(B) 245.71º 0.44% 0.93% -
XYZ 35.15 28.79 84.59 -
YUV 147.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 143 133 238 0.40 0.44 0 0.07 245.71 0.76 0.73
Hex 8F 85 EE 28 2C 0 7 F6 4C 49
Octal 217 205 356 50 54 0 7 366 114 111
Binary 10001111 10000101 11101110 101000 101100 0 111 11110110 1001100 1001001

Color Harmonies of #8F85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F85EE

Black with #8F85EE

Text Example


Text Example

White with #8F85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F85EE; }

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

 H1.HeaderClassName
 {
   color: #8F85EE;
 }
 .AnyTagClassName
 {
   color: #8F85EE;
 }
</style>

background-color css

<style>
 a { background-color: #8F85EE; }

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

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

border-color css

<style>
 span { border-color: #8F85EE; }

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

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