#9D6FFD

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

Shades of Light Slate Blue #9D6FFD

Tints of Light Slate Blue #9D6FFD

Color information

#9D6FFD (or 0x9D6FFD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 6F and FD. RGB value is (157,111,253). Sum of RGB (Red+Green+Blue) = 157+111+253=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6FFD is #629002. Grayscale: #8C8C8C. Windows color (decimal): -6459395 or 16609181. OLE color: 16609181.

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

Color convert

RGB157111253-
CMYK0.380.5600.01
HSL259.44º97.26%71.37%-
HSV(B)259.44º56.13%99.22%-
XYZ37.3225.6395.91-
YUV140.94191.24139.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.13%
GREEN value IS 111 (43.75% from 255) = 21.31%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=30.13%
G=21.31%
B=48.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571112530.380.5600.01259.4497.2671.37
Hex9D6FFD2638011036147
Octal235157375467001403141107
Binary100111011101111111111011001101110000110000001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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