#9D8DFA

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

Shades of Light Slate Blue #9D8DFA

Tints of Light Slate Blue #9D8DFA

Color information

#9D8DFA (or 0x9D8DFA) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 8D and FA. RGB value is (157,141,250). Sum of RGB (Red+Green+Blue) = 157+141+250=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8DFA is #627205. Grayscale: #9D9D9D. Windows color (decimal): -6451718 or 16420253. OLE color: 16420253.

HSL color Cylindrical-coordinate representation of color #9D8DFA: hue angle of 248.81º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D8DFA is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157141250-
CMYK0.370.4400.02
HSL248.81º91.6%76.67%-
HSV(B)248.81º43.6%98.04%-
XYZ40.6833.1294.69-
YUV158.21179.8127.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.65%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=28.65%
G=25.73%
B=45.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571412500.370.4400.02248.8191.676.67
Hex9D8DFA252C02f95c4d
Octal235215372455402371134115
Binary1001110110001101111110101001011011000101111100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,141,250); }

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

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

 a { background-color: rgb(157,141,250); }

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

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

 span { border-color: rgb(157,141,250); }

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