#9D8AFF

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

Shades of Light Slate Blue #9D8AFF

Tints of Light Slate Blue #9D8AFF

Color information

#9D8AFF (or 0x9D8AFF) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 8A and FF. RGB value is (157,138,255). Sum of RGB (Red+Green+Blue) = 157+138+255=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8AFF is #627500. Grayscale: #9C9C9C. Windows color (decimal): -6452481 or 16747165. OLE color: 16747165.

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

Color convert

RGB157138255-
CMYK0.380.4600
HSL249.74º100%77.06%-
HSV(B)249.74º45.88%100%-
XYZ41.0432.5798.73-
YUV157.02183.29127.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.55%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 255 (100% from 255) = 46.36%
R=28.55%
G=25.09%
B=46.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571382550.380.4600249.7410077.06
Hex9D8AFF262E00fa644d
Octal235212377465600372144115
Binary100111011000101011111111100110101110001111101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,138,255); }

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

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

 a { background-color: rgb(157,138,255); }

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

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

 span { border-color: rgb(157,138,255); }

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