#897AF0

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

Shades of Light Slate Blue #897AF0

Tints of Light Slate Blue #897AF0

Color information

#897AF0 (or 0x897AF0) is unknown color: approx Light Slate Blue. HEX triplet: 89, 7A and F0. RGB value is (137,122,240). Sum of RGB (Red+Green+Blue) = 137+122+240=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #897AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897AF0 is #76850F. Grayscale: #8B8B8B. Windows color (decimal): -7767312 or 15760009. OLE color: 15760009.

HSL color Cylindrical-coordinate representation of color #897AF0: hue angle of 247.63º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #897AF0 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB137122240-
CMYK0.430.4900.06
HSL247.63º79.73%70.98%-
HSV(B)247.63º49.17%94.12%-
XYZ3325.5385.63-
YUV139.94184.47125.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.45%
GREEN value IS 122 (48.05% from 255) = 24.45%
BLUE value IS 240 (94.14% from 255) = 48.10%
R=27.45%
G=24.45%
B=48.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1371222400.430.4900.06247.6379.7370.98
Hex897AF02B3106f85047
Octal211172360536106370120107
Binary1000100111110101111000010101111000101101111100010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897AF0; }

 p { color: rgb(137,122,240); }

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

<style>
 a { background-color: #897AF0; }

 a { background-color: rgb(137,122,240); }

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

<style>
 span { border-color: #897AF0; }

 span { border-color: rgb(137,122,240); }

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