#897FCF

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

Shades of Moody Blue #897FCF

Tints of Moody Blue #897FCF

Color information

#897FCF (or 0x897FCF) is unknown color: approx Moody Blue. HEX triplet: 89, 7F and CF. RGB value is (137,127,207). Sum of RGB (Red+Green+Blue) = 137+127+207=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #897FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897FCF is #768030. Grayscale: #8A8A8A. Windows color (decimal): -7766065 or 13598601. OLE color: 13598601.

HSL color Cylindrical-coordinate representation of color #897FCF: hue angle of 247.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #897FCF is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137127207-
CMYK0.340.3900.19
HSL247.5º45.45%65.49%-
HSV(B)247.5º38.65%81.18%-
XYZ29.172562.32-
YUV139.11166.31126.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.09%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=29.09%
G=26.96%
B=43.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371272070.340.3900.19247.545.4565.49
Hex897FCF2227013f82d41
Octal211177317424702337055101
Binary10001001111111111001111100010100111010011111110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,127,207); }

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

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

 a { background-color: rgb(137,127,207); }

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

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

 span { border-color: rgb(137,127,207); }

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