#8a7ebf

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

Shades of Moody Blue #8A7EBF

Tints of Moody Blue #8A7EBF

Color information

#8A7EBF (or 0x8A7EBF) is unknown color: approx Moody Blue. HEX triplet: 8A, 7E and BF. RGB value is (138,126,191). Sum of RGB (Red+Green+Blue) = 138+126+191=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A7EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7EBF is #758140. Grayscale: #888888. Windows color (decimal): -7700801 or 12549770. OLE color: 12549770.

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

Color convert

RGB138126191-
CMYK0.280.3400.25
HSL251.08º33.68%62.16%-
HSV(B)251.08º34.03%74.9%-
XYZ27.3524.0952.5-
YUV137158.48128.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.33%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 191 (75% from 255) = 41.98%
R=30.33%
G=27.69%
B=41.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381261910.280.3400.25251.0833.6862.16
Hex8A7EBF1C22019fb223e
Octal21217627734420313734276
Binary100010101111110101111111110010001001100111111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a7ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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