#908DFD

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

Shades of Light Slate Blue #908DFD

Tints of Light Slate Blue #908DFD

Color information

#908DFD (or 0x908DFD) is unknown color: approx Light Slate Blue. HEX triplet: 90, 8D and FD. RGB value is (144,141,253). Sum of RGB (Red+Green+Blue) = 144+141+253=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #908DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DFD is #6F7202. Grayscale: #9A9A9A. Windows color (decimal): -7303683 or 16616848. OLE color: 16616848.

HSL color Cylindrical-coordinate representation of color #908DFD: hue angle of 241.61º 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 #908DFD is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144141253-
CMYK0.430.4400.01
HSL241.61º96.55%77.25%-
HSV(B)241.61º44.27%99.22%-
XYZ38.7632.0797.08-
YUV154.66183.49120.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.77%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=26.77%
G=26.21%
B=47.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441412530.430.4400.01241.6196.5577.25
Hex908DFD2B2C01f2614d
Octal220215375535401362141115
Binary100100001000110111111101101011101100011111001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908DFD; }

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

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

<style>
 a { background-color: #908DFD; }

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

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

<style>
 span { border-color: #908DFD; }

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

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