#8a80be

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

Shades of Moody Blue #8A80BE

Tints of Moody Blue #8A80BE

Color information

#8A80BE (or 0x8A80BE) is unknown color: approx Moody Blue. HEX triplet: 8A, 80 and BE. RGB value is (138,128,190). Sum of RGB (Red+Green+Blue) = 138+128+190=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A80BE is #757F41. Grayscale: #898989. Windows color (decimal): -7700290 or 12484746. OLE color: 12484746.

HSL color Cylindrical-coordinate representation of color #8A80BE: hue angle of 249.68º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A80BE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138128190-
CMYK0.270.3300.25
HSL249.68º32.29%62.35%-
HSV(B)249.68º32.63%74.51%-
XYZ27.4924.5652.01-
YUV138.06157.31127.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=30.26%
G=28.07%
B=41.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381281900.270.3300.25249.6832.2962.35
Hex8A80BE1B21019fa203e
Octal21220027633410313724076
Binary1000101010000000101111101101110000101100111111010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a80be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,128,190); }

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

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

 a { background-color: rgb(138,128,190); }

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

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

 span { border-color: rgb(138,128,190); }

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