#9C94FB

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

Shades of Light Slate Blue #9C94FB

Tints of Light Slate Blue #9C94FB

Color information

#9C94FB (or 0x9C94FB) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 94 and FB. RGB value is (156,148,251). Sum of RGB (Red+Green+Blue) = 156+148+251=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C94FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C94FB is #636B04. Grayscale: #A1A1A1. Windows color (decimal): -6515461 or 16487580. OLE color: 16487580.

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

Color convert

RGB156148251-
CMYK0.380.4100.02
HSL244.66º92.79%78.24%-
HSV(B)244.66º41.04%98.43%-
XYZ41.7135.2195.87-
YUV162.13178.15123.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.11%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 251 (98.44% from 255) = 45.23%
R=28.11%
G=26.67%
B=45.23%

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
Decimal1561482510.380.4100.02244.6692.7978.24
Hex9C94FB262902f55d4e
Octal234224373465102365135116
Binary1001110010010100111110111001101010010101111010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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