Html Css Color HEX #8C81FD Light Slate Blue

📋 copy color: '#8C81FD'

red 140 ◦ green 129 ◦ blue 253

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

Shades of Light Slate Blue #8C81FD

Tints of Light Slate Blue #8C81FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 26.82%
G = 24.71%
B = 48.47%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C81FD (or 0x8C81FD) is known color: Light Slate Blue. HEX triplet: 8C, 81 and FD. RGB value is (140,129,253). Sum of RGB (Red+Green+Blue) = 140+129+253=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C81FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C81FD is #737E02. Grayscale: #919191. Windows color (decimal): -7568899 or 16613772. OLE color: 16613772.

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

Color convert

RGB 140 129 253 -
CMYK 0.45 0.49 0 0.01
HSL 245.32º 0.97% 0.75% -
HSV(B) 245.32º 0.49% 0.99% -
XYZ 36.4 28.37 96.49 -
YUV 146.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 140 129 253 0.45 0.49 0 0.01 245.32 0.97 0.75
Hex 8C 81 FD 2D 31 0 1 F5 61 4B
Octal 214 201 375 55 61 0 1 365 141 113
Binary 10001100 10000001 11111101 101101 110001 0 1 11110101 1100001 1001011

Color Harmonies of #8C81FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C81FD

Black with #8C81FD

Text Example


Text Example

White with #8C81FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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