#898BFE

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

Shades of Light Slate Blue #898BFE

Tints of Light Slate Blue #898BFE

Color information

#898BFE (or 0x898BFE) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8B and FE. RGB value is (137,139,254). Sum of RGB (Red+Green+Blue) = 137+139+254=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #898BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898BFE is #767401. Grayscale: #979797. Windows color (decimal): -7762946 or 16681865. OLE color: 16681865.

HSL color Cylindrical-coordinate representation of color #898BFE: hue angle of 238.97º 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 #898BFE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB137139254-
CMYK0.460.4500.00
HSL238.97º98.32%76.67%-
HSV(B)238.97º46.06%99.61%-
XYZ37.4430.9497.76-
YUV151.51185.84117.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.85%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=25.85%
G=26.23%
B=47.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371392540.460.4500.00238.9798.3276.67
Hex898BFE2E2D00ef624d
Octal211213376565500357142115
Binary100010011000101111111110101110101101001110111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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