#898DFA

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

Shades of Light Slate Blue #898DFA

Tints of Light Slate Blue #898DFA

Color information

#898DFA (or 0x898DFA) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8D and FA. RGB value is (137,141,250). Sum of RGB (Red+Green+Blue) = 137+141+250=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #898DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DFA is #767205. Grayscale: #979797. Windows color (decimal): -7762438 or 16420233. OLE color: 16420233.

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

Color convert

RGB137141250-
CMYK0.450.4400.02
HSL237.88º91.87%75.88%-
HSV(B)237.88º45.2%98.04%-
XYZ37.131.2794.52-
YUV152.23183.17117.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=25.95%
G=26.70%
B=47.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371412500.450.4400.02237.8891.8775.88
Hex898DFA2D2C02ee5c4c
Octal211215372555402356134114
Binary1000100110001101111110101011011011000101110111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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