#9C73FB

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

Shades of Light Slate Blue #9C73FB

Tints of Light Slate Blue #9C73FB

Color information

#9C73FB (or 0x9C73FB) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 73 and FB. RGB value is (156,115,251). Sum of RGB (Red+Green+Blue) = 156+115+251=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C73FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C73FB is #638C04. Grayscale: #8E8E8E. Windows color (decimal): -6523909 or 16479132. OLE color: 16479132.

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

Color convert

RGB156115251-
CMYK0.380.5400.02
HSL258.09º94.44%71.76%-
HSV(B)258.09º54.18%98.43%-
XYZ37.2526.2994.38-
YUV142.76189.08137.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.89%
GREEN value IS 115 (45.31% from 255) = 22.03%
BLUE value IS 251 (98.44% from 255) = 48.08%
R=29.89%
G=22.03%
B=48.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561152510.380.5400.02258.0994.4471.76
Hex9C73FB2636021025e48
Octal234163373466602402136110
Binary1001110011100111111101110011011011001010000001010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C73FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,115,251); }

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

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

 a { background-color: rgb(156,115,251); }

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

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

 span { border-color: rgb(156,115,251); }

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