#897BCF

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

Shades of Moody Blue #897BCF

Tints of Moody Blue #897BCF

Color information

#897BCF (or 0x897BCF) is unknown color: approx Moody Blue. HEX triplet: 89, 7B and CF. RGB value is (137,123,207). Sum of RGB (Red+Green+Blue) = 137+123+207=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #897BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897BCF is #768430. Grayscale: #888888. Windows color (decimal): -7767089 or 13597577. OLE color: 13597577.

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

Color convert

RGB137123207-
CMYK0.340.4100.19
HSL250º46.67%64.71%-
HSV(B)250º40.58%81.18%-
XYZ28.6623.9962.15-
YUV136.76167.64128.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.34%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=29.34%
G=26.34%
B=44.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371232070.340.4100.1925046.6764.71
Hex897BCF2229013fa2f41
Octal211173317425102337257101
Binary10001001111101111001111100010101001010011111110101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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