#9C95FE

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

Shades of Light Slate Blue #9C95FE

Tints of Light Slate Blue #9C95FE

Color information

#9C95FE (or 0x9C95FE) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 95 and FE. RGB value is (156,149,254). Sum of RGB (Red+Green+Blue) = 156+149+254=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C95FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C95FE is #636A01. Grayscale: #A2A2A2. Windows color (decimal): -6515202 or 16684444. OLE color: 16684444.

HSL color Cylindrical-coordinate representation of color #9C95FE: hue angle of 244º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C95FE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156149254-
CMYK0.390.4100.00
HSL244º98.13%79.02%-
HSV(B)244º41.34%99.61%-
XYZ42.3535.7298.43-
YUV163.06179.32122.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.91%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=27.91%
G=26.65%
B=45.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561492540.390.4100.0024498.1379.02
Hex9C95FE272900f4624f
Octal234225376475100364142117
Binary100111001001010111111110100111101001001111010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,149,254); }

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

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

 a { background-color: rgb(156,149,254); }

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

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

 span { border-color: rgb(156,149,254); }

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