#9D6FFE

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

Shades of Light Slate Blue #9D6FFE

Tints of Light Slate Blue #9D6FFE

Color information

#9D6FFE (or 0x9D6FFE) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 6F and FE. RGB value is (157,111,254). Sum of RGB (Red+Green+Blue) = 157+111+254=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D6FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6FFE is #629001. Grayscale: #8C8C8C. Windows color (decimal): -6459394 or 16674717. OLE color: 16674717.

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

Color convert

RGB157111254-
CMYK0.380.5600.00
HSL259.3º98.62%71.57%-
HSV(B)259.3º56.3%99.61%-
XYZ37.4825.6996.75-
YUV141.06191.74139.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.08%
GREEN value IS 111 (43.75% from 255) = 21.26%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=30.08%
G=21.26%
B=48.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571112540.380.5600.00259.398.6271.57
Hex9D6FFE2638001036348
Octal235157376467000403143110
Binary100111011101111111111101001101110000010000001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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