#9D76FF

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

Shades of Light Slate Blue #9D76FF

Tints of Light Slate Blue #9D76FF

Color information

#9D76FF (or 0x9D76FF) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 76 and FF. RGB value is (157,118,255). Sum of RGB (Red+Green+Blue) = 157+118+255=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D76FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D76FF is #628900. Grayscale: #909090. Windows color (decimal): -6457601 or 16742045. OLE color: 16742045.

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

Color convert

RGB157118255-
CMYK0.380.5400
HSL257.08º100%73.14%-
HSV(B)257.08º53.73%100%-
XYZ38.4327.3497.86-
YUV145.28189.92136.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.62%
GREEN value IS 118 (46.48% from 255) = 22.26%
BLUE value IS 255 (100% from 255) = 48.11%
R=29.62%
G=22.26%
B=48.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571182550.380.5400257.0810073.14
Hex9D76FF2636001016449
Octal235166377466600401144111
Binary100111011110110111111111001101101100010000000111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D76FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,118,255); }

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

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

 a { background-color: rgb(157,118,255); }

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

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

 span { border-color: rgb(157,118,255); }

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