#8A7ECC

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

Shades of Moody Blue #8A7ECC

Tints of Moody Blue #8A7ECC

Color information

#8A7ECC (or 0x8A7ECC) is unknown color: approx Moody Blue. HEX triplet: 8A, 7E and CC. RGB value is (138,126,204). Sum of RGB (Red+Green+Blue) = 138+126+204=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ECC is #758133. Grayscale: #8A8A8A. Windows color (decimal): -7700788 or 13401738. OLE color: 13401738.

HSL color Cylindrical-coordinate representation of color #8A7ECC: hue angle of 249.23º degrees, saturation: 0.43, 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 #8A7ECC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB138126204-
CMYK0.320.3800.2
HSL249.23º43.33%64.71%-
HSV(B)249.23º38.24%80%-
XYZ28.8424.6860.37-
YUV138.48164.98127.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 126 (49.61% from 255) = 26.92%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=29.49%
G=26.92%
B=43.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381262040.320.3800.2249.2343.3364.71
Hex8A7ECC2026014f92b41
Octal212176314404602437153101
Binary10001010111111011001100100000100110010100111110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,126,204); }

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

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

 a { background-color: rgb(138,126,204); }

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

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

 span { border-color: rgb(138,126,204); }

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