#9977FB

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

Shades of Light Slate Blue #9977FB

Tints of Light Slate Blue #9977FB

Color information

#9977FB (or 0x9977FB) is unknown color: approx Light Slate Blue. HEX triplet: 99, 77 and FB. RGB value is (153,119,251). Sum of RGB (Red+Green+Blue) = 153+119+251=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #9977FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9977FB is #668804. Grayscale: #8F8F8F. Windows color (decimal): -6719493 or 16480153. OLE color: 16480153.

HSL color Cylindrical-coordinate representation of color #9977FB: hue angle of 255.45º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9977FB is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153119251-
CMYK0.390.5300.02
HSL255.45º94.29%72.55%-
HSV(B)255.45º52.59%98.43%-
XYZ37.1526.9394.51-
YUV144.21188.26134.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.25%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 251 (98.44% from 255) = 47.99%
R=29.25%
G=22.75%
B=47.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531192510.390.5300.02255.4594.2972.55
Hex9977FB273502ff5e49
Octal231167373476502377136111
Binary100110011110111111110111001111101010101111111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9977FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9977FB; }

 p { color: rgb(153,119,251); }

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

<style>
 a { background-color: #9977FB; }

 a { background-color: rgb(153,119,251); }

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

<style>
 span { border-color: #9977FB; }

 span { border-color: rgb(153,119,251); }

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