Html Css Color HEX #9F7FFB Light Slate Blue

📋 copy color: '#9F7FFB'

red 159 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #9F7FFB

Tints of Light Slate Blue #9F7FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.65%

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

R = 29.61%
G = 23.65%
B = 46.74%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F7FFB (or 0x9F7FFB) is known color: Light Slate Blue. HEX triplet: 9F, 7F and FB. RGB value is (159,127,251). Sum of RGB (Red+Green+Blue) = 159+127+251=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7FFB is #608004. Grayscale: #969696. Windows color (decimal): -6324229 or 16482207. OLE color: 16482207.

HSL color Cylindrical-coordinate representation of color #9F7FFB: hue angle of 255.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F7FFB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 127 251 -
CMYK 0.37 0.49 0 0.02
HSL 255.48º 0.94% 0.74% -
HSV(B) 255.48º 0.49% 0.98% -
XYZ 39.3 29.51 94.89 -
YUV 150.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 159 127 251 0.37 0.49 0 0.02 255.48 0.94 0.74
Hex 9F 7F FB 25 31 0 2 FF 5E 4A
Octal 237 177 373 45 61 0 2 377 136 112
Binary 10011111 1111111 11111011 100101 110001 0 10 11111111 1011110 1001010

Color Harmonies of #9F7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FFB

Black with #9F7FFB

Text Example


Text Example

White with #9F7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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