#898AFE

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

Shades of Light Slate Blue #898AFE

Tints of Light Slate Blue #898AFE

Color information

#898AFE (or 0x898AFE) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8A and FE. RGB value is (137,138,254). Sum of RGB (Red+Green+Blue) = 137+138+254=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #898AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AFE is #767501. Grayscale: #969696. Windows color (decimal): -7763202 or 16681609. OLE color: 16681609.

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

Color convert

RGB137138254-
CMYK0.460.4600.00
HSL239.49º98.32%76.67%-
HSV(B)239.49º46.06%99.61%-
XYZ37.2930.6597.72-
YUV150.92186.17118.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=25.90%
G=26.09%
B=48.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371382540.460.4600.00239.4998.3276.67
Hex898AFE2E2E00ef624d
Octal211212376565600357142115
Binary100010011000101011111110101110101110001110111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,138,254); }

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

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

 a { background-color: rgb(137,138,254); }

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

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

 span { border-color: rgb(137,138,254); }

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