#9C55FD

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

Shades of Light Slate Blue #9C55FD

Tints of Light Slate Blue #9C55FD

Color information

#9C55FD (or 0x9C55FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 55 and FD. RGB value is (156,85,253). Sum of RGB (Red+Green+Blue) = 156+85+253=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C55FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C55FD is #63AA02. Grayscale: #7C7C7C. Windows color (decimal): -6531587 or 16602524. OLE color: 16602524.

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

Color convert

RGB15685253-
CMYK0.380.6600.01
HSL265.36º97.67%66.27%-
HSV(B)265.36º66.4%99.22%-
XYZ34.6920.6695.09-
YUV125.38200.02149.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 85 (33.59% from 255) = 17.21%
BLUE value IS 253 (99.22% from 255) = 51.21%
R=31.58%
G=17.21%
B=51.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal156852530.380.6600.01265.3697.6766.27
Hex9C55FD2642011096242
Octal2341253754610201411142102
Binary1001110010101011111110110011010000100110000100111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C55FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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