Html Css Color HEX #8F81FC Light Slate Blue

📋 copy color: '#8F81FC'

red 143 ◦ green 129 ◦ blue 252

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

Shades of Light Slate Blue #8F81FC

Tints of Light Slate Blue #8F81FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 27.29%
G = 24.62%
B = 48.09%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F81FC (or 0x8F81FC) is known color: Light Slate Blue. HEX triplet: 8F, 81 and FC. RGB value is (143,129,252). Sum of RGB (Red+Green+Blue) = 143+129+252=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F81FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F81FC is #707E03. Grayscale: #929292. Windows color (decimal): -7372292 or 16548239. OLE color: 16548239.

HSL color Cylindrical-coordinate representation of color #8F81FC: hue angle of 246.83º degrees, saturation: 0.95, 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 #8F81FC is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 129 252 -
CMYK 0.43 0.49 0 0.01
HSL 246.83º 0.95% 0.75% -
HSV(B) 246.83º 0.49% 0.99% -
XYZ 36.75 28.57 95.67 -
YUV 147.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 143 129 252 0.43 0.49 0 0.01 246.83 0.95 0.75
Hex 8F 81 FC 2B 31 0 1 F7 5F 4B
Octal 217 201 374 53 61 0 1 367 137 113
Binary 10001111 10000001 11111100 101011 110001 0 1 11110111 1011111 1001011

Color Harmonies of #8F81FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F81FC

Black with #8F81FC

Text Example


Text Example

White with #8F81FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,129,252); }

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

background-color css

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

 a { background-color: rgb(143,129,252); }

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

border-color css

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

 span { border-color: rgb(143,129,252); }

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