#9C93FD

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

Shades of Light Slate Blue #9C93FD

Tints of Light Slate Blue #9C93FD

Color information

#9C93FD (or 0x9C93FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 93 and FD. RGB value is (156,147,253). Sum of RGB (Red+Green+Blue) = 156+147+253=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C93FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C93FD is #636C02. Grayscale: #A1A1A1. Windows color (decimal): -6515715 or 16618396. OLE color: 16618396.

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

Color convert

RGB156147253-
CMYK0.380.4200.01
HSL245.09º96.36%78.43%-
HSV(B)245.09º41.9%99.22%-
XYZ41.8735.0397.48-
YUV161.78179.48123.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 147 (57.81% from 255) = 26.44%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=28.06%
G=26.44%
B=45.50%

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
Decimal1561472530.380.4200.01245.0996.3678.43
Hex9C93FD262A01f5604e
Octal234223375465201365140116
Binary100111001001001111111101100110101010011111010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C93FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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