#8D90FA

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

Shades of Light Slate Blue #8D90FA

Tints of Light Slate Blue #8D90FA

Color information

#8D90FA (or 0x8D90FA) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 90 and FA. RGB value is (141,144,250). Sum of RGB (Red+Green+Blue) = 141+144+250=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 144 (56.64% from 255 or 26.92% 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 #8D90FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D90FA is #726F05. Grayscale: #9A9A9A. Windows color (decimal): -7499526 or 16421005. OLE color: 16421005.

HSL color Cylindrical-coordinate representation of color #8D90FA: hue angle of 238.35º 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 #8D90FA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141144250-
CMYK0.440.4200.02
HSL238.35º91.6%76.67%-
HSV(B)238.35º43.6%98.04%-
XYZ38.2132.5194.7-
YUV155.19181.51117.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411442500.440.4200.02238.3591.676.67
Hex8D90FA2C2A02ee5c4d
Octal215220372545202356134115
Binary1000110110010000111110101011001010100101110111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D90FA; }

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

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

<style>
 a { background-color: #8D90FA; }

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

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

<style>
 span { border-color: #8D90FA; }

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

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