Html Css Color HEX #8C85EE Light Slate Blue

📋 copy color: '#8C85EE'

red 140 ◦ green 133 ◦ blue 238

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

Shades of Light Slate Blue #8C85EE

Tints of Light Slate Blue #8C85EE

RGB

 RED value IS 140 (55.08% from 255) = 27.4%

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

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

R = 27.4%
G = 26.03%
B = 46.58%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C85EE (or 0x8C85EE) is known color: Light Slate Blue. HEX triplet: 8C, 85 and EE. RGB value is (140,133,238). Sum of RGB (Red+Green+Blue) = 140+133+238=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C85EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C85EE is #737A11. Grayscale: #929292. Windows color (decimal): -7567890 or 15631756. OLE color: 15631756.

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

Color convert

RGB 140 133 238 -
CMYK 0.41 0.44 0 0.07
HSL 244º 0.76% 0.73% -
HSV(B) 244º 0.44% 0.93% -
XYZ 34.64 28.52 84.57 -
YUV 147.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 140 133 238 0.41 0.44 0 0.07 244 0.76 0.73
Hex 8C 85 EE 29 2C 0 7 F4 4C 49
Octal 214 205 356 51 54 0 7 364 114 111
Binary 10001100 10000101 11101110 101001 101100 0 111 11110100 1001100 1001001

Color Harmonies of #8C85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C85EE

Black with #8C85EE

Text Example


Text Example

White with #8C85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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