#9C53FE

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

Shades of Light Slate Blue #9C53FE

Tints of Light Slate Blue #9C53FE

Color information

#9C53FE (or 0x9C53FE) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 53 and FE. RGB value is (156,83,254). Sum of RGB (Red+Green+Blue) = 156+83+254=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C53FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C53FE is #63AC01. Grayscale: #7B7B7B. Windows color (decimal): -6532098 or 16667548. OLE color: 16667548.

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

Color convert

RGB15683254-
CMYK0.390.6700.00
HSL265.61º98.84%66.08%-
HSV(B)265.61º67.32%99.61%-
XYZ34.6920.4195.88-
YUV124.32201.18150.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 83 (32.81% from 255) = 16.84%
BLUE value IS 254 (99.61% from 255) = 51.52%
R=31.64%
G=16.84%
B=51.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal156832540.390.6700.00265.6198.8466.08
Hex9C53FE27430010a6342
Octal2341233764710300412143102
Binary1001110010100111111111010011110000110010000101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C53FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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