#9592FB

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

Shades of Light Slate Blue #9592FB

Tints of Light Slate Blue #9592FB

Color information

#9592FB (or 0x9592FB) is unknown color: approx Light Slate Blue. HEX triplet: 95, 92 and FB. RGB value is (149,146,251). Sum of RGB (Red+Green+Blue) = 149+146+251=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #9592FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9592FB is #6A6D04. Grayscale: #9E9E9E. Windows color (decimal): -6974725 or 16487061. OLE color: 16487061.

HSL color Cylindrical-coordinate representation of color #9592FB: hue angle of 241.71º 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 #9592FB is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149146251-
CMYK0.410.4200.02
HSL241.71º92.92%77.84%-
HSV(B)241.71º41.83%98.43%-
XYZ40.0933.9195.7-
YUV158.87179.99120.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 251 (98.44% from 255) = 45.97%
R=27.29%
G=26.74%
B=45.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491462510.410.4200.02241.7192.9277.84
Hex9592FB292A02f25d4e
Octal225222373515202362135116
Binary1001010110010010111110111010011010100101111001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9592FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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