#897AFF

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

Shades of Light Slate Blue #897AFF

Tints of Light Slate Blue #897AFF

Color information

#897AFF (or 0x897AFF) is unknown color: approx Light Slate Blue. HEX triplet: 89, 7A and FF. RGB value is (137,122,255). Sum of RGB (Red+Green+Blue) = 137+122+255=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #897AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897AFF is #768500. Grayscale: #8D8D8D. Windows color (decimal): -7767297 or 16743049. OLE color: 16743049.

HSL color Cylindrical-coordinate representation of color #897AFF: hue angle of 246.77º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #897AFF is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137122255-
CMYK0.460.5200
HSL246.77º100%73.92%-
HSV(B)246.77º52.16%100%-
XYZ35.3326.4697.85-
YUV141.65191.97124.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.65%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 255 (100% from 255) = 49.61%
R=26.65%
G=23.74%
B=49.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371222550.460.5200246.7710073.92
Hex897AFF2E3400f7644a
Octal211172377566400367144112
Binary10001001111101011111111101110110100001111011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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