#9D8FFE

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

Shades of Light Slate Blue #9D8FFE

Tints of Light Slate Blue #9D8FFE

Color information

#9D8FFE (or 0x9D8FFE) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 8F and FE. RGB value is (157,143,254). Sum of RGB (Red+Green+Blue) = 157+143+254=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D8FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8FFE is #627001. Grayscale: #9F9F9F. Windows color (decimal): -6451202 or 16682909. OLE color: 16682909.

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

Color convert

RGB157143254-
CMYK0.380.4400.00
HSL247.57º98.23%77.84%-
HSV(B)247.57º43.7%99.61%-
XYZ41.6233.9798.13-
YUV159.84181.14125.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.34%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=28.34%
G=25.81%
B=45.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571432540.380.4400.00247.5798.2377.84
Hex9D8FFE262C00f8624e
Octal235217376465400370142116
Binary100111011000111111111110100110101100001111100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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