#908DFE

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

Shades of Light Slate Blue #908DFE

Tints of Light Slate Blue #908DFE

Color information

#908DFE (or 0x908DFE) is unknown color: approx Light Slate Blue. HEX triplet: 90, 8D and FE. RGB value is (144,141,254). Sum of RGB (Red+Green+Blue) = 144+141+254=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #908DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DFE is #6F7201. Grayscale: #9A9A9A. Windows color (decimal): -7303682 or 16682384. OLE color: 16682384.

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

Color convert

RGB144141254-
CMYK0.430.4400.00
HSL241.59º98.26%77.45%-
HSV(B)241.59º44.49%99.61%-
XYZ38.9232.1397.92-
YUV154.78183.99120.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.72%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=26.72%
G=26.16%
B=47.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1441412540.430.4400.00241.5998.2677.45
Hex908DFE2B2C00f2624d
Octal220215376535400362142115
Binary100100001000110111111110101011101100001111001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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