Html Css Color HEX #8F6CFC Light Slate Blue

📋 copy color: '#8F6CFC'

red 143 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #8F6CFC

Tints of Light Slate Blue #8F6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

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

R = 28.43%
G = 21.47%
B = 50.1%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F6CFC (or 0x8F6CFC) is known color: Light Slate Blue. HEX triplet: 8F, 6C and FC. RGB value is (143,108,252). Sum of RGB (Red+Green+Blue) = 143+108+252=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F6CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6CFC is #709303. Grayscale: #868686. Windows color (decimal): -7377668 or 16542863. OLE color: 16542863.

HSL color Cylindrical-coordinate representation of color #8F6CFC: hue angle of 254.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F6CFC is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 108 252 -
CMYK 0.43 0.57 0 0.01
HSL 254.58º 0.96% 0.71% -
HSV(B) 254.58º 0.57% 0.99% -
XYZ 34.26 23.59 94.84 -
YUV 134.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 143 108 252 0.43 0.57 0 0.01 254.58 0.96 0.71
Hex 8F 6C FC 2B 39 0 1 FF 60 47
Octal 217 154 374 53 71 0 1 377 140 107
Binary 10001111 1101100 11111100 101011 111001 0 1 11111111 1100000 1000111

Color Harmonies of #8F6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6CFC

Black with #8F6CFC

Text Example


Text Example

White with #8F6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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