#9792FB

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

Shades of Light Slate Blue #9792FB

Tints of Light Slate Blue #9792FB

Color information

#9792FB (or 0x9792FB) is unknown color: approx Light Slate Blue. HEX triplet: 97, 92 and FB. RGB value is (151,146,251). Sum of RGB (Red+Green+Blue) = 151+146+251=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #9792FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9792FB is #686D04. Grayscale: #9F9F9F. Windows color (decimal): -6843653 or 16487063. OLE color: 16487063.

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

Color convert

RGB151146251-
CMYK0.400.4200.02
HSL242.86º92.92%77.84%-
HSV(B)242.86º41.83%98.43%-
XYZ40.4534.195.72-
YUV159.46179.66121.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.55%
GREEN value IS 146 (57.42% from 255) = 26.64%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=27.55%
G=26.64%
B=45.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511462510.400.4200.02242.8692.9277.84
Hex9792FB282A02f35d4e
Octal227222373505202363135116
Binary1001011110010010111110111010001010100101111001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9792FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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