#8B88BF

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

Shades of Moody Blue #8B88BF

Tints of Moody Blue #8B88BF

Color information

#8B88BF (or 0x8B88BF) is unknown color: approx Moody Blue. HEX triplet: 8B, 88 and BF. RGB value is (139,136,191). Sum of RGB (Red+Green+Blue) = 139+136+191=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B88BF is #747740. Grayscale: #8E8E8E. Windows color (decimal): -7632705 or 12552331. OLE color: 12552331.

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

Color convert

RGB139136191-
CMYK0.270.2900.25
HSL243.27º30.05%64.12%-
HSV(B)243.27º28.8%74.9%-
XYZ28.8626.8652.95-
YUV143.17154.99125.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.83%
GREEN value IS 136 (53.52% from 255) = 29.18%
BLUE value IS 191 (75% from 255) = 40.99%
R=29.83%
G=29.18%
B=40.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391361910.270.2900.25243.2730.0564.12
Hex8B88BF1B1D019f31e40
Octal213210277333503136336100
Binary100010111000100010111111110111110101100111110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,191); }

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

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

 a { background-color: rgb(139,136,191); }

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

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

 span { border-color: rgb(139,136,191); }

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