#9D8FFF

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

Shades of Light Slate Blue #9D8FFF

Tints of Light Slate Blue #9D8FFF

Color information

#9D8FFF (or 0x9D8FFF) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 8F and FF. RGB value is (157,143,255). Sum of RGB (Red+Green+Blue) = 157+143+255=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8FFF is #627000. Grayscale: #9F9F9F. Windows color (decimal): -6451201 or 16748445. OLE color: 16748445.

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

Color convert

RGB157143255-
CMYK0.380.4400
HSL247.5º100%78.04%-
HSV(B)247.5º43.92%100%-
XYZ41.7834.0398.97-
YUV159.95181.64125.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.29%
GREEN value IS 143 (56.25% from 255) = 25.77%
BLUE value IS 255 (100% from 255) = 45.95%
R=28.29%
G=25.77%
B=45.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571432550.380.4400247.510078.04
Hex9D8FFF262C00f8644e
Octal235217377465400370144116
Binary100111011000111111111111100110101100001111100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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