#898EFA

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

Shades of Light Slate Blue #898EFA

Tints of Light Slate Blue #898EFA

Color information

#898EFA (or 0x898EFA) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8E and FA. RGB value is (137,142,250). Sum of RGB (Red+Green+Blue) = 137+142+250=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #898EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EFA is #767105. Grayscale: #989898. Windows color (decimal): -7762182 or 16420489. OLE color: 16420489.

HSL color Cylindrical-coordinate representation of color #898EFA: hue angle of 237.35º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #898EFA is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137142250-
CMYK0.450.4300.02
HSL237.35º91.87%75.88%-
HSV(B)237.35º45.2%98.04%-
XYZ37.2431.5794.57-
YUV152.82182.84116.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=25.90%
G=26.84%
B=47.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371422500.450.4300.02237.3591.8775.88
Hex898EFA2D2B02ed5c4c
Octal211216372555302355134114
Binary1000100110001110111110101011011010110101110110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898EFA; }

 p { color: rgb(137,142,250); }

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

<style>
 a { background-color: #898EFA; }

 a { background-color: rgb(137,142,250); }

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

<style>
 span { border-color: #898EFA; }

 span { border-color: rgb(137,142,250); }

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