Html Css Color HEX #8F6AFB Light Slate Blue

📋 copy color: '#8F6AFB'

red 143 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #8F6AFB

Tints of Light Slate Blue #8F6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 28.6%
G = 21.2%
B = 50.2%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F6AFB (or 0x8F6AFB) is known color: Light Slate Blue. HEX triplet: 8F, 6A and FB. RGB value is (143,106,251). Sum of RGB (Red+Green+Blue) = 143+106+251=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F6AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6AFB is #709504. Grayscale: #858585. Windows color (decimal): -7378181 or 16476815. OLE color: 16476815.

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

Color convert

RGB 143 106 251 -
CMYK 0.43 0.58 0 0.02
HSL 255.31º 0.95% 0.7% -
HSV(B) 255.31º 0.58% 0.98% -
XYZ 33.89 23.11 93.94 -
YUV 133.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 143 106 251 0.43 0.58 0 0.02 255.31 0.95 0.7
Hex 8F 6A FB 2B 3A 0 2 FF 5F 46
Octal 217 152 373 53 72 0 2 377 137 106
Binary 10001111 1101010 11111011 101011 111010 0 10 11111111 1011111 1000110

Color Harmonies of #8F6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6AFB

Black with #8F6AFB

Text Example


Text Example

White with #8F6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,106,251); }

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

background-color css

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

 a { background-color: rgb(143,106,251); }

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

border-color css

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

 span { border-color: rgb(143,106,251); }

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