Html Css Color HEX #8C81EE Light Slate Blue

📋 copy color: '#8C81EE'

red 140 ◦ green 129 ◦ blue 238

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

Shades of Light Slate Blue #8C81EE

Tints of Light Slate Blue #8C81EE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.44%

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

R = 27.61%
G = 25.44%
B = 46.94%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C81EE (or 0x8C81EE) is known color: Light Slate Blue. HEX triplet: 8C, 81 and EE. RGB value is (140,129,238). Sum of RGB (Red+Green+Blue) = 140+129+238=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C81EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C81EE is #737E11. Grayscale: #909090. Windows color (decimal): -7568914 or 15630732. OLE color: 15630732.

HSL color Cylindrical-coordinate representation of color #8C81EE: hue angle of 246.06º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C81EE is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 129 238 -
CMYK 0.41 0.46 0 0.07
HSL 246.06º 0.76% 0.72% -
HSV(B) 246.06º 0.46% 0.93% -
XYZ 34.1 27.45 84.39 -
YUV 144.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 140 129 238 0.41 0.46 0 0.07 246.06 0.76 0.72
Hex 8C 81 EE 29 2E 0 7 F6 4C 48
Octal 214 201 356 51 56 0 7 366 114 110
Binary 10001100 10000001 11101110 101001 101110 0 111 11110110 1001100 1001000

Color Harmonies of #8C81EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C81EE

Black with #8C81EE

Text Example


Text Example

White with #8C81EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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