#8A7DBE

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

Shades of Moody Blue #8A7DBE

Tints of Moody Blue #8A7DBE

Color information

#8A7DBE (or 0x8A7DBE) is unknown color: approx Moody Blue. HEX triplet: 8A, 7D and BE. RGB value is (138,125,190). Sum of RGB (Red+Green+Blue) = 138+125+190=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DBE is #758241. Grayscale: #888888. Windows color (decimal): -7701058 or 12483978. OLE color: 12483978.

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

Color convert

RGB138125190-
CMYK0.270.3400.25
HSL252º33.33%61.76%-
HSV(B)252º34.21%74.51%-
XYZ27.1123.7951.88-
YUV136.3158.31129.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=30.46%
G=27.59%
B=41.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381251900.270.3400.2525233.3361.76
Hex8A7DBE1B22019fc213e
Octal21217527633420313744176
Binary100010101111101101111101101110001001100111111100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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