#897EEA

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

Shades of Light Slate Blue #897EEA

Tints of Light Slate Blue #897EEA

Color information

#897EEA (or 0x897EEA) is unknown color: approx Light Slate Blue. HEX triplet: 89, 7E and EA. RGB value is (137,126,234). Sum of RGB (Red+Green+Blue) = 137+126+234=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #897EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897EEA is #768115. Grayscale: #8D8D8D. Windows color (decimal): -7766294 or 15367817. OLE color: 15367817.

HSL color Cylindrical-coordinate representation of color #897EEA: hue angle of 246.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #897EEA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137126234-
CMYK0.410.4600.08
HSL246.11º72%70.59%-
HSV(B)246.11º46.15%91.76%-
XYZ32.6326.1881.18-
YUV141.6180.14124.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.57%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=27.57%
G=25.35%
B=47.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371262340.410.4600.08246.117270.59
Hex897EEA292E08f64847
Octal2111763525156010366110107
Binary10001001111111011101010101001101110010001111011010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,126,234); }

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

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

 a { background-color: rgb(137,126,234); }

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

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

 span { border-color: rgb(137,126,234); }

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