#898AFA

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

Shades of Light Slate Blue #898AFA

Tints of Light Slate Blue #898AFA

Color information

#898AFA (or 0x898AFA) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8A and FA. RGB value is (137,138,250). Sum of RGB (Red+Green+Blue) = 137+138+250=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #898AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AFA is #767505. Grayscale: #969696. Windows color (decimal): -7763206 or 16419465. OLE color: 16419465.

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

Color convert

RGB137138250-
CMYK0.450.4500.02
HSL239.47º91.87%75.88%-
HSV(B)239.47º45.2%98.04%-
XYZ36.6630.494.38-
YUV150.47184.17118.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.10%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=26.10%
G=26.29%
B=47.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371382500.450.4500.02239.4791.8775.88
Hex898AFA2D2D02ef5c4c
Octal211212372555502357134114
Binary1000100110001010111110101011011011010101110111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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