Html Css Color HEX #9F6CFB Light Slate Blue

📋 copy color: '#9F6CFB'

red 159 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #9F6CFB

Tints of Light Slate Blue #9F6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.85%

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

R = 30.69%
G = 20.85%
B = 48.46%

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

#9F6CFB (or 0x9F6CFB) is known color: Light Slate Blue. HEX triplet: 9F, 6C and FB. RGB value is (159,108,251). Sum of RGB (Red+Green+Blue) = 159+108+251=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6CFB is #609304. Grayscale: #8B8B8B. Windows color (decimal): -6329093 or 16477343. OLE color: 16477343.

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

Color convert

RGB 159 108 251 -
CMYK 0.37 0.57 0 0.02
HSL 261.4º 0.95% 0.7% -
HSV(B) 261.4º 0.57% 0.98% -
XYZ 37.07 25.06 94.15 -
YUV 139.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 159 108 251 0.37 0.57 0 0.02 261.4 0.95 0.7
Hex 9F 6C FB 25 39 0 2 105 5F 46
Octal 237 154 373 45 71 0 2 405 137 106
Binary 10011111 1101100 11111011 100101 111001 0 10 100000101 1011111 1000110

Color Harmonies of #9F6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6CFB

Black with #9F6CFB

Text Example


Text Example

White with #9F6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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