#898AFD

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

Shades of Light Slate Blue #898AFD

Tints of Light Slate Blue #898AFD

Color information

#898AFD (or 0x898AFD) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8A and FD. RGB value is (137,138,253). Sum of RGB (Red+Green+Blue) = 137+138+253=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #898AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AFD is #767502. Grayscale: #969696. Windows color (decimal): -7763203 or 16616073. OLE color: 16616073.

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

Color convert

RGB137138253-
CMYK0.460.4500.01
HSL239.48º96.67%76.47%-
HSV(B)239.48º45.85%99.22%-
XYZ37.1330.5996.88-
YUV150.81185.67118.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=25.95%
G=26.14%
B=47.92%

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
Decimal1371382530.460.4500.01239.4896.6776.47
Hex898AFD2E2D01ef614c
Octal211212375565501357141114
Binary100010011000101011111101101110101101011110111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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