#898BFA

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

Shades of Light Slate Blue #898BFA

Tints of Light Slate Blue #898BFA

Color information

#898BFA (or 0x898BFA) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8B and FA. RGB value is (137,139,250). Sum of RGB (Red+Green+Blue) = 137+139+250=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #898BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898BFA is #767405. Grayscale: #969696. Windows color (decimal): -7762950 or 16419721. OLE color: 16419721.

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

Color convert

RGB137139250-
CMYK0.450.4400.02
HSL238.94º91.87%75.88%-
HSV(B)238.94º45.2%98.04%-
XYZ36.830.6994.43-
YUV151.06183.84117.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=26.05%
G=26.43%
B=47.53%

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
Decimal1371392500.450.4400.02238.9491.8775.88
Hex898BFA2D2C02ef5c4c
Octal211213372555402357134114
Binary1000100110001011111110101011011011000101110111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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