#9C94FD

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

Shades of Light Slate Blue #9C94FD

Tints of Light Slate Blue #9C94FD

Color information

#9C94FD (or 0x9C94FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 94 and FD. RGB value is (156,148,253). Sum of RGB (Red+Green+Blue) = 156+148+253=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C94FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C94FD is #636B02. Grayscale: #A1A1A1. Windows color (decimal): -6515459 or 16618652. OLE color: 16618652.

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

Color convert

RGB156148253-
CMYK0.380.4200.01
HSL244.57º96.33%78.63%-
HSV(B)244.57º41.5%99.22%-
XYZ42.0335.3497.53-
YUV162.36179.15123.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.01%
GREEN value IS 148 (58.20% from 255) = 26.57%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=28.01%
G=26.57%
B=45.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561482530.380.4200.01244.5796.3378.63
Hex9C94FD262A01f5604f
Octal234224375465201365140117
Binary100111001001010011111101100110101010011111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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