#8F88BE

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

Shades of Moody Blue #8F88BE

Tints of Moody Blue #8F88BE

Color information

#8F88BE (or 0x8F88BE) is unknown color: approx Moody Blue. HEX triplet: 8F, 88 and BE. RGB value is (143,136,190). Sum of RGB (Red+Green+Blue) = 143+136+190=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88BE is #707741. Grayscale: #909090. Windows color (decimal): -7370562 or 12486799. OLE color: 12486799.

HSL color Cylindrical-coordinate representation of color #8F88BE: hue angle of 247.78º degrees, saturation: 0.29, 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 #8F88BE is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143136190-
CMYK0.250.2800.25
HSL247.78º29.35%63.92%-
HSV(B)247.78º28.42%74.51%-
XYZ29.4327.1752.41-
YUV144.25153.82127.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=30.49%
G=29.00%
B=40.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431361900.250.2800.25247.7829.3563.92
Hex8F88BE191C019f81d40
Octal217210276313403137035100
Binary100011111000100010111110110011110001100111111000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,136,190); }

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

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

 a { background-color: rgb(143,136,190); }

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

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

 span { border-color: rgb(143,136,190); }

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