#9779FB

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

Shades of Light Slate Blue #9779FB

Tints of Light Slate Blue #9779FB

Color information

#9779FB (or 0x9779FB) is unknown color: approx Light Slate Blue. HEX triplet: 97, 79 and FB. RGB value is (151,121,251). Sum of RGB (Red+Green+Blue) = 151+121+251=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 121 (47.66% from 255 or 23.14% 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 #9779FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9779FB is #688604. Grayscale: #909090. Windows color (decimal): -6850053 or 16480663. OLE color: 16480663.

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

Color convert

RGB151121251-
CMYK0.400.5200.02
HSL253.85º94.2%72.94%-
HSV(B)253.85º51.79%98.43%-
XYZ37.0127.2294.57-
YUV144.79187.94132.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.87%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 251 (98.44% from 255) = 47.99%
R=28.87%
G=23.14%
B=47.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511212510.400.5200.02253.8594.272.94
Hex9779FB283402fe5e49
Octal227171373506402376136111
Binary100101111111001111110111010001101000101111111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9779FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,121,251); }

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

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

 a { background-color: rgb(151,121,251); }

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

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

 span { border-color: rgb(151,121,251); }

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