#9F7FFF

Color #9F7FFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9F7FFF

Tints of Light Slate Blue #9F7FFF

Color information

#9F7FFF (or 0x9F7FFF) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 7F and FF. RGB value is (159,127,255). Sum of RGB (Red+Green+Blue) = 159+127+255=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7FFF is #608000. Grayscale: #969696. Windows color (decimal): -6324225 or 16744351. OLE color: 16744351.

HSL color Cylindrical-coordinate representation of color #9F7FFF: hue angle of 255º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F7FFF is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB159127255-
CMYK0.380.5000
HSL255º100%74.9%-
HSV(B)255º50.2%100%-
XYZ39.9429.7798.25-
YUV151.16186.6133.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.39%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 255 (100% from 255) = 47.13%
R=29.39%
G=23.48%
B=47.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1591272550.380.500025510074.9
Hex9F7FFF263200ff644b
Octal237177377466200377144113
Binary10011111111111111111111100110110010001111111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F7FFF;
 }
 .AnyTagClassName
 {
   color: #9F7FFF;
 }
</style>
background-color css

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

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

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

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

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

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