#9C77FA

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

Shades of Light Slate Blue #9C77FA

Tints of Light Slate Blue #9C77FA

Color information

#9C77FA (or 0x9C77FA) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 77 and FA. RGB value is (156,119,250). Sum of RGB (Red+Green+Blue) = 156+119+250=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C77FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C77FA is #638805. Grayscale: #909090. Windows color (decimal): -6522886 or 16414620. OLE color: 16414620.

HSL color Cylindrical-coordinate representation of color #9C77FA: hue angle of 256.95º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C77FA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156119250-
CMYK0.380.5200.02
HSL256.95º92.91%72.35%-
HSV(B)256.95º52.4%98.04%-
XYZ37.5627.1693.71-
YUV145187.26135.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.71%
GREEN value IS 119 (46.88% from 255) = 22.67%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=29.71%
G=22.67%
B=47.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561192500.380.5200.02256.9592.9172.35
Hex9C77FA2634021015d48
Octal234167372466402401135110
Binary1001110011101111111101010011011010001010000000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C77FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,119,250); }

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

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

 a { background-color: rgb(156,119,250); }

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

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

 span { border-color: rgb(156,119,250); }

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