#9D6AFE

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

Shades of Light Slate Blue #9D6AFE

Tints of Light Slate Blue #9D6AFE

Color information

#9D6AFE (or 0x9D6AFE) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 6A and FE. RGB value is (157,106,254). Sum of RGB (Red+Green+Blue) = 157+106+254=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6AFE is #629501. Grayscale: #898989. Windows color (decimal): -6460674 or 16673437. OLE color: 16673437.

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

Color convert

RGB157106254-
CMYK0.380.5800.00
HSL260.68º98.67%70.59%-
HSV(B)260.68º58.27%99.61%-
XYZ36.9524.6396.57-
YUV138.12193.4141.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 106 (41.80% from 255) = 20.50%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=30.37%
G=20.50%
B=49.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571062540.380.5800.00260.6898.6770.59
Hex9D6AFE263A001056347
Octal235152376467200405143107
Binary100111011101010111111101001101110100010000010111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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