#9B94FB

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

Shades of Light Slate Blue #9B94FB

Tints of Light Slate Blue #9B94FB

Color information

#9B94FB (or 0x9B94FB) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 94 and FB. RGB value is (155,148,251). Sum of RGB (Red+Green+Blue) = 155+148+251=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B94FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B94FB is #646B04. Grayscale: #A1A1A1. Windows color (decimal): -6580997 or 16487579. OLE color: 16487579.

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

Color convert

RGB155148251-
CMYK0.380.4100.02
HSL244.08º92.79%78.24%-
HSV(B)244.08º41.04%98.43%-
XYZ41.5235.1195.86-
YUV161.84178.32123.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 148 (58.20% from 255) = 26.71%
BLUE value IS 251 (98.44% from 255) = 45.31%
R=27.98%
G=26.71%
B=45.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551482510.380.4100.02244.0892.7978.24
Hex9B94FB262902f45d4e
Octal233224373465102364135116
Binary1001101110010100111110111001101010010101111010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B94FB; }

 p { color: rgb(155,148,251); }

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

<style>
 a { background-color: #9B94FB; }

 a { background-color: rgb(155,148,251); }

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

<style>
 span { border-color: #9B94FB; }

 span { border-color: rgb(155,148,251); }

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