#8A7ABE

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

Shades of Moody Blue #8A7ABE

Tints of Moody Blue #8A7ABE

Color information

#8A7ABE (or 0x8A7ABE) is unknown color: approx Moody Blue. HEX triplet: 8A, 7A and BE. RGB value is (138,122,190). Sum of RGB (Red+Green+Blue) = 138+122+190=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ABE is #758541. Grayscale: #868686. Windows color (decimal): -7701826 or 12483210. OLE color: 12483210.

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

Color convert

RGB138122190-
CMYK0.270.3600.25
HSL254.12º34.34%61.18%-
HSV(B)254.12º35.79%74.51%-
XYZ26.7423.0451.75-
YUV134.54159.3130.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.67%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=30.67%
G=27.11%
B=42.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381221900.270.3600.25254.1234.3461.18
Hex8A7ABE1B24019fe223d
Octal21217227633440313764275
Binary100010101111010101111101101110010001100111111110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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