#8F88CB

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

Shades of Moody Blue #8F88CB

Tints of Moody Blue #8F88CB

Color information

#8F88CB (or 0x8F88CB) is unknown color: approx Moody Blue. HEX triplet: 8F, 88 and CB. RGB value is (143,136,203). Sum of RGB (Red+Green+Blue) = 143+136+203=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88CB is #707734. Grayscale: #919191. Windows color (decimal): -7370549 or 13338767. OLE color: 13338767.

HSL color Cylindrical-coordinate representation of color #8F88CB: hue angle of 246.27º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F88CB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143136203-
CMYK0.300.3300.20
HSL246.27º39.18%66.47%-
HSV(B)246.27º33%79.61%-
XYZ30.9127.7660.23-
YUV145.73160.32126.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.67%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=29.67%
G=28.22%
B=42.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431362030.300.3300.20246.2739.1866.47
Hex8F88CB1E21014f62742
Octal217210313364102436647102
Binary10001111100010001100101111110100001010100111101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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