#9D73FB

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

Shades of Light Slate Blue #9D73FB

Tints of Light Slate Blue #9D73FB

Color information

#9D73FB (or 0x9D73FB) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 73 and FB. RGB value is (157,115,251). Sum of RGB (Red+Green+Blue) = 157+115+251=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D73FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D73FB is #628C04. Grayscale: #8E8E8E. Windows color (decimal): -6458373 or 16479133. OLE color: 16479133.

HSL color Cylindrical-coordinate representation of color #9D73FB: hue angle of 258.53º 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 #9D73FB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157115251-
CMYK0.370.5400.02
HSL258.53º94.44%71.76%-
HSV(B)258.53º54.18%98.43%-
XYZ37.4526.3994.39-
YUV143.06188.91137.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.02%
GREEN value IS 115 (45.31% from 255) = 21.99%
BLUE value IS 251 (98.44% from 255) = 47.99%
R=30.02%
G=21.99%
B=47.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571152510.370.5400.02258.5394.4471.76
Hex9D73FB2536021035e48
Octal235163373456602403136110
Binary1001110111100111111101110010111011001010000001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D73FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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