Html Css Color HEX #8C81FE Light Slate Blue

📋 copy color: '#8C81FE'

red 140 ◦ green 129 ◦ blue 254

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

Shades of Light Slate Blue #8C81FE

Tints of Light Slate Blue #8C81FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 26.77%
G = 24.67%
B = 48.57%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C81FE (or 0x8C81FE) is known color: Light Slate Blue. HEX triplet: 8C, 81 and FE. RGB value is (140,129,254). Sum of RGB (Red+Green+Blue) = 140+129+254=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C81FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C81FE is #737E01. Grayscale: #929292. Windows color (decimal): -7568898 or 16679308. OLE color: 16679308.

HSL color Cylindrical-coordinate representation of color #8C81FE: hue angle of 245.28º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C81FE is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 129 254 -
CMYK 0.45 0.49 0 0.00
HSL 245.28º 0.98% 0.75% -
HSV(B) 245.28º 0.49% 1% -
XYZ 36.55 28.43 97.33 -
YUV 146.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 140 129 254 0.45 0.49 0 0.00 245.28 0.98 0.75
Hex 8C 81 FE 2D 31 0 0 F5 62 4B
Octal 214 201 376 55 61 0 0 365 142 113
Binary 10001100 10000001 11111110 101101 110001 0 0 11110101 1100010 1001011

Color Harmonies of #8C81FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C81FE

Black with #8C81FE

Text Example


Text Example

White with #8C81FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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