#9D76FD

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

Shades of Light Slate Blue #9D76FD

Tints of Light Slate Blue #9D76FD

Color information

#9D76FD (or 0x9D76FD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 76 and FD. RGB value is (157,118,253). Sum of RGB (Red+Green+Blue) = 157+118+253=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D76FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D76FD is #628902. Grayscale: #909090. Windows color (decimal): -6457603 or 16610973. OLE color: 16610973.

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

Color convert

RGB157118253-
CMYK0.380.5300.01
HSL257.33º97.12%72.75%-
HSV(B)257.33º53.36%99.22%-
XYZ38.1127.2296.17-
YUV145.05188.92136.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.73%
GREEN value IS 118 (46.48% from 255) = 22.35%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=29.73%
G=22.35%
B=47.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571182530.380.5300.01257.3397.1272.75
Hex9D76FD2635011016149
Octal235166375466501401141111
Binary100111011110110111111011001101101010110000000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D76FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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