#8990FD

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

Shades of Light Slate Blue #8990FD

Tints of Light Slate Blue #8990FD

Color information

#8990FD (or 0x8990FD) is unknown color: approx Light Slate Blue. HEX triplet: 89, 90 and FD. RGB value is (137,144,253). Sum of RGB (Red+Green+Blue) = 137+144+253=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #8990FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8990FD is #766F02. Grayscale: #999999. Windows color (decimal): -7761667 or 16617609. OLE color: 16617609.

HSL color Cylindrical-coordinate representation of color #8990FD: hue angle of 236.38º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8990FD is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137144253-
CMYK0.460.4300.01
HSL236.38º96.67%76.47%-
HSV(B)236.38º45.85%99.22%-
XYZ38.0232.3697.17-
YUV154.33183.68115.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.66%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 253 (99.22% from 255) = 47.38%
R=25.66%
G=26.97%
B=47.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371442530.460.4300.01236.3896.6776.47
Hex8990FD2E2B01ec614c
Octal211220375565301354141114
Binary100010011001000011111101101110101011011110110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8990FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8990FD; }

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

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

<style>
 a { background-color: #8990FD; }

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

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

<style>
 span { border-color: #8990FD; }

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

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