#8A7CBE

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

Shades of Moody Blue #8A7CBE

Tints of Moody Blue #8A7CBE

Color information

#8A7CBE (or 0x8A7CBE) is unknown color: approx Moody Blue. HEX triplet: 8A, 7C and BE. RGB value is (138,124,190). Sum of RGB (Red+Green+Blue) = 138+124+190=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CBE is #758341. Grayscale: #878787. Windows color (decimal): -7701314 or 12483722. OLE color: 12483722.

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

Color convert

RGB138124190-
CMYK0.270.3500.25
HSL252.73º33.67%61.57%-
HSV(B)252.73º34.74%74.51%-
XYZ26.9823.5451.84-
YUV135.71158.64129.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.53%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=30.53%
G=27.43%
B=42.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381241900.270.3500.25252.7333.6761.57
Hex8A7CBE1B23019fd223e
Octal21217427633430313754276
Binary100010101111100101111101101110001101100111111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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