#898EFF

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

Shades of Light Slate Blue #898EFF

Tints of Light Slate Blue #898EFF

Color information

#898EFF (or 0x898EFF) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8E and FF. RGB value is (137,142,255). Sum of RGB (Red+Green+Blue) = 137+142+255=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #898EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EFF is #767100. Grayscale: #989898. Windows color (decimal): -7762177 or 16748169. OLE color: 16748169.

HSL color Cylindrical-coordinate representation of color #898EFF: hue angle of 237.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #898EFF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137142255-
CMYK0.460.4400
HSL237.46º100%76.86%-
HSV(B)237.46º46.27%100%-
XYZ38.0431.8898.76-
YUV153.39185.34116.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.66%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 255 (100% from 255) = 47.75%
R=25.66%
G=26.59%
B=47.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371422550.460.4400237.4610076.86
Hex898EFF2E2C00ed644d
Octal211216377565400355144115
Binary100010011000111011111111101110101100001110110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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