#898EFD

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

Shades of Light Slate Blue #898EFD

Tints of Light Slate Blue #898EFD

Color information

#898EFD (or 0x898EFD) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8E and FD. RGB value is (137,142,253). Sum of RGB (Red+Green+Blue) = 137+142+253=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #898EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EFD is #767102. Grayscale: #989898. Windows color (decimal): -7762179 or 16617097. OLE color: 16617097.

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

Color convert

RGB137142253-
CMYK0.460.4400.01
HSL237.41º96.67%76.47%-
HSV(B)237.41º45.85%99.22%-
XYZ37.7231.7697.07-
YUV153.16184.34116.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.75%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=25.75%
G=26.69%
B=47.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371422530.460.4400.01237.4196.6776.47
Hex898EFD2E2C01ed614c
Octal211216375565401355141114
Binary100010011000111011111101101110101100011110110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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