#8B8ABE

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

Shades of Moody Blue #8B8ABE

Tints of Moody Blue #8B8ABE

Color information

#8B8ABE (or 0x8B8ABE) is unknown color: approx Moody Blue. HEX triplet: 8B, 8A and BE. RGB value is (139,138,190). Sum of RGB (Red+Green+Blue) = 139+138+190=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8ABE is #747541. Grayscale: #909090. Windows color (decimal): -7632194 or 12487307. OLE color: 12487307.

HSL color Cylindrical-coordinate representation of color #8B8ABE: hue angle of 241.15º 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 #8B8ABE is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139138190-
CMYK0.270.2700.25
HSL241.15º28.57%64.31%-
HSV(B)241.15º27.37%74.51%-
XYZ29.0327.3852.47-
YUV144.23153.83124.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.76%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=29.76%
G=29.55%
B=40.69%

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
Decimal1391381900.270.2700.25241.1528.5764.31
Hex8B8ABE1B1B019f11d40
Octal213212276333303136135100
Binary100010111000101010111110110111101101100111110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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