#908DFA

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

Shades of Light Slate Blue #908DFA

Tints of Light Slate Blue #908DFA

Color information

#908DFA (or 0x908DFA) is unknown color: approx Light Slate Blue. HEX triplet: 90, 8D and FA. RGB value is (144,141,250). Sum of RGB (Red+Green+Blue) = 144+141+250=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #908DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DFA is #6F7205. Grayscale: #999999. Windows color (decimal): -7303686 or 16420240. OLE color: 16420240.

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

Color convert

RGB144141250-
CMYK0.420.4400.02
HSL241.65º91.6%76.67%-
HSV(B)241.65º43.6%98.04%-
XYZ38.2831.8894.58-
YUV154.32181.99120.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=26.92%
G=26.36%
B=46.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441412500.420.4400.02241.6591.676.67
Hex908DFA2A2C02f25c4d
Octal220215372525402362134115
Binary1001000010001101111110101010101011000101111001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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