#8A86BD

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

Shades of Moody Blue #8A86BD

Tints of Moody Blue #8A86BD

Color information

#8A86BD (or 0x8A86BD) is unknown color: approx Moody Blue. HEX triplet: 8A, 86 and BD. RGB value is (138,134,189). Sum of RGB (Red+Green+Blue) = 138+134+189=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A86BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A86BD is #757942. Grayscale: #8D8D8D. Windows color (decimal): -7698755 or 12420746. OLE color: 12420746.

HSL color Cylindrical-coordinate representation of color #8A86BD: hue angle of 244.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A86BD is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138134189-
CMYK0.270.2900.26
HSL244.36º29.41%63.33%-
HSV(B)244.36º29.1%74.12%-
XYZ28.1926.1351.7-
YUV141.47154.83125.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=29.93%
G=29.07%
B=41.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381341890.270.2900.26244.3629.4163.33
Hex8A86BD1B1D01Af41d3f
Octal21220627533350323643577
Binary10001010100001101011110111011111010110101111010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,134,189); }

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

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

 a { background-color: rgb(138,134,189); }

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

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

 span { border-color: rgb(138,134,189); }

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