Html Css Color HEX #8F6BFC Light Slate Blue

📋 copy color: '#8F6BFC'

red 143 ◦ green 107 ◦ blue 252

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

Shades of Light Slate Blue #8F6BFC

Tints of Light Slate Blue #8F6BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.31%

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

R = 28.49%
G = 21.31%
B = 50.2%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F6BFC (or 0x8F6BFC) is known color: Light Slate Blue. HEX triplet: 8F, 6B and FC. RGB value is (143,107,252). Sum of RGB (Red+Green+Blue) = 143+107+252=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6BFC is #709403. Grayscale: #858585. Windows color (decimal): -7377924 or 16542607. OLE color: 16542607.

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

Color convert

RGB 143 107 252 -
CMYK 0.43 0.58 0 0.01
HSL 254.9º 0.96% 0.7% -
HSV(B) 254.9º 0.58% 0.99% -
XYZ 34.16 23.38 94.81 -
YUV 134.29 194.43 134.21 -
System Red Green Blue C M Y K H S L
Decimal 143 107 252 0.43 0.58 0 0.01 254.9 0.96 0.7
Hex 8F 6B FC 2B 3A 0 1 FF 60 46
Octal 217 153 374 53 72 0 1 377 140 106
Binary 10001111 1101011 11111100 101011 111010 0 1 11111111 1100000 1000110

Color Harmonies of #8F6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6BFC

Black with #8F6BFC

Text Example


Text Example

White with #8F6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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