#8A8ABE

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

Shades of Moody Blue #8A8ABE

Tints of Moody Blue #8A8ABE

Color information

#8A8ABE (or 0x8A8ABE) is unknown color: approx Moody Blue. HEX triplet: 8A, 8A and BE. RGB value is (138,138,190). Sum of RGB (Red+Green+Blue) = 138+138+190=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8ABE is #757541. Grayscale: #8F8F8F. Windows color (decimal): -7697730 or 12487306. OLE color: 12487306.

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

Color convert

RGB138138190-
CMYK0.270.2700.25
HSL240º28.57%64.31%-
HSV(B)240º27.37%74.51%-
XYZ28.8627.352.46-
YUV143.93154123.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.61%
GREEN value IS 138 (54.30% from 255) = 29.61%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=29.61%
G=29.61%
B=40.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381381900.270.2700.2524028.5764.31
Hex8A8ABE1B1B019f01d40
Octal212212276333303136035100
Binary100010101000101010111110110111101101100111110000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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