#8A87BC

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

Shades of Moody Blue #8A87BC

Tints of Moody Blue #8A87BC

Color information

#8A87BC (or 0x8A87BC) is unknown color: approx Moody Blue. HEX triplet: 8A, 87 and BC. RGB value is (138,135,188). Sum of RGB (Red+Green+Blue) = 138+135+188=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A87BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A87BC is #757843. Grayscale: #8D8D8D. Windows color (decimal): -7698500 or 12355466. OLE color: 12355466.

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

Color convert

RGB138135188-
CMYK0.270.2800.26
HSL243.4º28.34%63.33%-
HSV(B)243.4º28.19%73.73%-
XYZ28.2226.3651.18-
YUV141.94153.99125.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=29.93%
G=29.28%
B=40.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381351880.270.2800.26243.428.3463.33
Hex8A87BC1B1C01Af31c3f
Octal21220727433340323633477
Binary10001010100001111011110011011111000110101111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,135,188); }

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

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

 a { background-color: rgb(138,135,188); }

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

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

 span { border-color: rgb(138,135,188); }

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