#9C94FC

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

Shades of Light Slate Blue #9C94FC

Tints of Light Slate Blue #9C94FC

Color information

#9C94FC (or 0x9C94FC) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 94 and FC. RGB value is (156,148,252). Sum of RGB (Red+Green+Blue) = 156+148+252=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C94FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C94FC is #636B03. Grayscale: #A1A1A1. Windows color (decimal): -6515460 or 16553116. OLE color: 16553116.

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

Color convert

RGB156148252-
CMYK0.380.4100.01
HSL244.62º94.55%78.43%-
HSV(B)244.62º41.27%98.82%-
XYZ41.8735.2896.7-
YUV162.25178.65123.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 252 (98.83% from 255) = 45.32%
R=28.06%
G=26.62%
B=45.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561482520.380.4100.01244.6294.5578.43
Hex9C94FC262901f55f4e
Octal234224374465101365137116
Binary100111001001010011111100100110101001011111010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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