#8086CD

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

Shades of Moody Blue #8086CD

Tints of Moody Blue #8086CD

Color information

#8086CD (or 0x8086CD) is unknown color: approx Moody Blue. HEX triplet: 80, 86 and CD. RGB value is (128,134,205). Sum of RGB (Red+Green+Blue) = 128+134+205=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #8086CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8086CD is #7F7932. Grayscale: #8C8C8C. Windows color (decimal): -8354099 or 13469312. OLE color: 13469312.

HSL color Cylindrical-coordinate representation of color #8086CD: hue angle of 235.32º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8086CD is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128134205-
CMYK0.380.3500.20
HSL235.32º43.5%65.29%-
HSV(B)235.32º37.56%80.39%-
XYZ28.4526.0561.29-
YUV140.3164.51119.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=27.41%
G=28.69%
B=43.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281342050.380.3500.20235.3243.565.29
Hex8086CD2623014eb2c41
Octal200206315464302435354101
Binary100000001000011011001101100110100011010100111010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8086CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8086CD; }

 p { color: rgb(128,134,205); }

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

<style>
 a { background-color: #8086CD; }

 a { background-color: rgb(128,134,205); }

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

<style>
 span { border-color: #8086CD; }

 span { border-color: rgb(128,134,205); }

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