#9D7DFE

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

Shades of Light Slate Blue #9D7DFE

Tints of Light Slate Blue #9D7DFE

Color information

#9D7DFE (or 0x9D7DFE) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 7D and FE. RGB value is (157,125,254). Sum of RGB (Red+Green+Blue) = 157+125+254=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7DFE is #628201. Grayscale: #949494. Windows color (decimal): -6455810 or 16678301. OLE color: 16678301.

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

Color convert

RGB157125254-
CMYK0.380.5100.00
HSL254.88º98.47%74.31%-
HSV(B)254.88º50.79%99.61%-
XYZ39.1328.9997.3-
YUV149.27187.1133.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.29%
GREEN value IS 125 (49.22% from 255) = 23.32%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=29.29%
G=23.32%
B=47.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571252540.380.5100.00254.8898.4774.31
Hex9D7DFE263300ff624a
Octal235175376466300377142112
Binary10011101111110111111110100110110011001111111111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,125,254); }

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

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

 a { background-color: rgb(157,125,254); }

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

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

 span { border-color: rgb(157,125,254); }

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