#9775FB

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

Shades of Light Slate Blue #9775FB

Tints of Light Slate Blue #9775FB

Color information

#9775FB (or 0x9775FB) is unknown color: approx Light Slate Blue. HEX triplet: 97, 75 and FB. RGB value is (151,117,251). Sum of RGB (Red+Green+Blue) = 151+117+251=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #9775FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9775FB is #688A04. Grayscale: #8D8D8D. Windows color (decimal): -6851077 or 16479639. OLE color: 16479639.

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

Color convert

RGB151117251-
CMYK0.400.5300.02
HSL255.22º94.37%72.16%-
HSV(B)255.22º53.39%98.43%-
XYZ36.5426.2794.41-
YUV142.44189.26134.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.09%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=29.09%
G=22.54%
B=48.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511172510.400.5300.02255.2294.3772.16
Hex9775FB283502ff5e48
Octal227165373506502377136110
Binary100101111110101111110111010001101010101111111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9775FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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