#9F8DFD

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

Shades of Light Slate Blue #9F8DFD

Tints of Light Slate Blue #9F8DFD

Color information

#9F8DFD (or 0x9F8DFD) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 8D and FD. RGB value is (159,141,253). Sum of RGB (Red+Green+Blue) = 159+141+253=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F8DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8DFD is #607202. Grayscale: #9E9E9E. Windows color (decimal): -6320643 or 16616863. OLE color: 16616863.

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

Color convert

RGB159141253-
CMYK0.370.4400.01
HSL249.64º96.55%77.25%-
HSV(B)249.64º44.27%99.22%-
XYZ41.5533.5197.21-
YUV159.15180.96127.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.75%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=28.75%
G=25.50%
B=45.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591412530.370.4400.01249.6496.5577.25
Hex9F8DFD252C01fa614d
Octal237215375455401372141115
Binary100111111000110111111101100101101100011111101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,141,253); }

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

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

 a { background-color: rgb(159,141,253); }

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

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

 span { border-color: rgb(159,141,253); }

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