Html Css Color HEX #8F6EFC Light Slate Blue

📋 copy color: '#8F6EFC'

red 143 ◦ green 110 ◦ blue 252

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

Shades of Light Slate Blue #8F6EFC

Tints of Light Slate Blue #8F6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.78%

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

R = 28.32%
G = 21.78%
B = 49.9%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F6EFC (or 0x8F6EFC) is known color: Light Slate Blue. HEX triplet: 8F, 6E and FC. RGB value is (143,110,252). Sum of RGB (Red+Green+Blue) = 143+110+252=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F6EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6EFC is #709103. Grayscale: #878787. Windows color (decimal): -7377156 or 16543375. OLE color: 16543375.

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

Color convert

RGB 143 110 252 -
CMYK 0.43 0.56 0 0.01
HSL 253.94º 0.96% 0.71% -
HSV(B) 253.94º 0.56% 0.99% -
XYZ 34.47 24.02 94.91 -
YUV 136.06 193.43 132.95 -
System Red Green Blue C M Y K H S L
Decimal 143 110 252 0.43 0.56 0 0.01 253.94 0.96 0.71
Hex 8F 6E FC 2B 38 0 1 FE 60 47
Octal 217 156 374 53 70 0 1 376 140 107
Binary 10001111 1101110 11111100 101011 111000 0 1 11111110 1100000 1000111

Color Harmonies of #8F6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6EFC

Black with #8F6EFC

Text Example


Text Example

White with #8F6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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