Html Css Color HEX #8F6BFB Light Slate Blue

📋 copy color: '#8F6BFB'

red 143 ◦ green 107 ◦ blue 251

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

Shades of Light Slate Blue #8F6BFB

Tints of Light Slate Blue #8F6BFB

RGB

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

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

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

R = 28.54%
G = 21.36%
B = 50.1%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F6BFB (or 0x8F6BFB) is known color: Light Slate Blue. HEX triplet: 8F, 6B and FB. RGB value is (143,107,251). Sum of RGB (Red+Green+Blue) = 143+107+251=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6BFB is #709404. Grayscale: #858585. Windows color (decimal): -7377925 or 16477071. OLE color: 16477071.

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

Color convert

RGB 143 107 251 -
CMYK 0.43 0.57 0 0.02
HSL 255º 0.95% 0.7% -
HSV(B) 255º 0.57% 0.98% -
XYZ 34 23.32 93.98 -
YUV 134.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 143 107 251 0.43 0.57 0 0.02 255 0.95 0.7
Hex 8F 6B FB 2B 39 0 2 FF 5F 46
Octal 217 153 373 53 71 0 2 377 137 106
Binary 10001111 1101011 11111011 101011 111001 0 10 11111111 1011111 1000110

Color Harmonies of #8F6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6BFB

Black with #8F6BFB

Text Example


Text Example

White with #8F6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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