#8086CB

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

Shades of Moody Blue #8086CB

Tints of Moody Blue #8086CB

Color information

#8086CB (or 0x8086CB) is unknown color: approx Moody Blue. HEX triplet: 80, 86 and CB. RGB value is (128,134,203). Sum of RGB (Red+Green+Blue) = 128+134+203=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #8086CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8086CB is #7F7934. Grayscale: #8B8B8B. Windows color (decimal): -8354101 or 13338240. OLE color: 13338240.

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

Color convert

RGB128134203-
CMYK0.370.3400.20
HSL235.2º41.9%64.9%-
HSV(B)235.2º36.95%79.61%-
XYZ28.2125.9560.02-
YUV140.07163.51119.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=27.53%
G=28.82%
B=43.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281342030.370.3400.20235.241.964.9
Hex8086CB2522014eb2a41
Octal200206313454202435352101
Binary100000001000011011001011100101100010010100111010111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8086CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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