#9D8EFA

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

Shades of Light Slate Blue #9D8EFA

Tints of Light Slate Blue #9D8EFA

Color information

#9D8EFA (or 0x9D8EFA) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 8E and FA. RGB value is (157,142,250). Sum of RGB (Red+Green+Blue) = 157+142+250=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D8EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8EFA is #627105. Grayscale: #9E9E9E. Windows color (decimal): -6451462 or 16420509. OLE color: 16420509.

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

Color convert

RGB157142250-
CMYK0.370.4300.02
HSL248.33º91.53%76.86%-
HSV(B)248.33º43.2%98.04%-
XYZ40.8333.4294.74-
YUV158.8179.47126.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.60%
GREEN value IS 142 (55.86% from 255) = 25.87%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=28.60%
G=25.87%
B=45.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571422500.370.4300.02248.3391.5376.86
Hex9D8EFA252B02f85c4d
Octal235216372455302370134115
Binary1001110110001110111110101001011010110101111100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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