#898AFC

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

Shades of Light Slate Blue #898AFC

Tints of Light Slate Blue #898AFC

Color information

#898AFC (or 0x898AFC) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8A and FC. RGB value is (137,138,252). Sum of RGB (Red+Green+Blue) = 137+138+252=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #898AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AFC is #767503. Grayscale: #969696. Windows color (decimal): -7763204 or 16550537. OLE color: 16550537.

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

Color convert

RGB137138252-
CMYK0.460.4500.01
HSL239.48º95.04%76.27%-
HSV(B)239.48º45.63%98.82%-
XYZ36.9830.5296.04-
YUV150.7185.17118.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 252 (98.83% from 255) = 47.82%
R=26.00%
G=26.19%
B=47.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371382520.460.4500.01239.4895.0476.27
Hex898AFC2E2D01ef5f4c
Octal211212374565501357137114
Binary100010011000101011111100101110101101011110111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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