#8A80CD

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

Shades of Moody Blue #8A80CD

Tints of Moody Blue #8A80CD

Color information

#8A80CD (or 0x8A80CD) is unknown color: approx Moody Blue. HEX triplet: 8A, 80 and CD. RGB value is (138,128,205). Sum of RGB (Red+Green+Blue) = 138+128+205=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A80CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A80CD is #757F32. Grayscale: #8B8B8B. Windows color (decimal): -7700275 or 13467786. OLE color: 13467786.

HSL color Cylindrical-coordinate representation of color #8A80CD: hue angle of 247.79º 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 #8A80CD is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138128205-
CMYK0.330.3800.20
HSL247.79º43.5%65.29%-
HSV(B)247.79º37.56%80.39%-
XYZ29.2225.2561.09-
YUV139.77164.81126.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=29.30%
G=27.18%
B=43.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381282050.330.3800.20247.7943.565.29
Hex8A80CD2126014f82c41
Octal212200315414602437054101
Binary100010101000000011001101100001100110010100111110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A80CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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