Html Css Color HEX #9F6BFB Light Slate Blue

📋 copy color: '#9F6BFB'

red 159 ◦ green 107 ◦ blue 251

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

Shades of Light Slate Blue #9F6BFB

Tints of Light Slate Blue #9F6BFB

RGB

 RED value IS 159 (62.5% from 255) = 30.75%

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

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

R = 30.75%
G = 20.7%
B = 48.55%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F6BFB (or 0x9F6BFB) is known color: Light Slate Blue. HEX triplet: 9F, 6B and FB. RGB value is (159,107,251). Sum of RGB (Red+Green+Blue) = 159+107+251=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6BFB is #609404. Grayscale: #8A8A8A. Windows color (decimal): -6329349 or 16477087. OLE color: 16477087.

HSL color Cylindrical-coordinate representation of color #9F6BFB: hue angle of 261.67º 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 #9F6BFB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 107 251 -
CMYK 0.37 0.57 0 0.02
HSL 261.67º 0.95% 0.7% -
HSV(B) 261.67º 0.57% 0.98% -
XYZ 36.97 24.85 94.12 -
YUV 138.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 159 107 251 0.37 0.57 0 0.02 261.67 0.95 0.7
Hex 9F 6B FB 25 39 0 2 106 5F 46
Octal 237 153 373 45 71 0 2 406 137 106
Binary 10011111 1101011 11111011 100101 111001 0 10 100000110 1011111 1000110

Color Harmonies of #9F6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6BFB

Black with #9F6BFB

Text Example


Text Example

White with #9F6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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