#908EF9

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

Shades of Light Slate Blue #908EF9

Tints of Light Slate Blue #908EF9

Color information

#908EF9 (or 0x908EF9) is unknown color: approx Light Slate Blue. HEX triplet: 90, 8E and F9. RGB value is (144,142,249). Sum of RGB (Red+Green+Blue) = 144+142+249=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #908EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EF9 is #6F7106. Grayscale: #9A9A9A. Windows color (decimal): -7303431 or 16354960. OLE color: 16354960.

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

Color convert

RGB144142249-
CMYK0.420.4300.02
HSL241.12º89.92%76.67%-
HSV(B)241.12º42.97%97.65%-
XYZ38.2732.1193.8-
YUV154.8181.16120.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 249 (97.66% from 255) = 46.54%
R=26.92%
G=26.54%
B=46.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441422490.420.4300.02241.1289.9276.67
Hex908EF92A2B02f15a4d
Octal220216371525302361132115
Binary1001000010001110111110011010101010110101111000110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,142,249); }

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

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

 a { background-color: rgb(144,142,249); }

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

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

 span { border-color: rgb(144,142,249); }

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