#8C89BF

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

Shades of Moody Blue #8C89BF

Tints of Moody Blue #8C89BF

Color information

#8C89BF (or 0x8C89BF) is unknown color: approx Moody Blue. HEX triplet: 8C, 89 and BF. RGB value is (140,137,191). Sum of RGB (Red+Green+Blue) = 140+137+191=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89BF is #737640. Grayscale: #8F8F8F. Windows color (decimal): -7566913 or 12552588. OLE color: 12552588.

HSL color Cylindrical-coordinate representation of color #8C89BF: hue angle of 243.33º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C89BF is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140137191-
CMYK0.270.2800.25
HSL243.33º29.67%64.31%-
HSV(B)243.33º28.27%74.9%-
XYZ29.1627.2353.01-
YUV144.05154.49125.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.91%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 191 (75% from 255) = 40.81%
R=29.91%
G=29.27%
B=40.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401371910.270.2800.25243.3329.6764.31
Hex8C89BF1B1C019f31e40
Octal214211277333403136336100
Binary100011001000100110111111110111110001100111110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C89BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C89BF; }

 p { color: rgb(140,137,191); }

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

<style>
 a { background-color: #8C89BF; }

 a { background-color: rgb(140,137,191); }

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

<style>
 span { border-color: #8C89BF; }

 span { border-color: rgb(140,137,191); }

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