#8A7BC0

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

Shades of Moody Blue #8A7BC0

Tints of Moody Blue #8A7BC0

Color information

#8A7BC0 (or 0x8A7BC0) is unknown color: approx Moody Blue. HEX triplet: 8A, 7B and C0. RGB value is (138,123,192). Sum of RGB (Red+Green+Blue) = 138+123+192=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #8A7BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BC0 is #75843F. Grayscale: #878787. Windows color (decimal): -7701568 or 12614538. OLE color: 12614538.

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

Color convert

RGB138123192-
CMYK0.280.3600.25
HSL253.04º35.38%61.76%-
HSV(B)253.04º35.94%75.29%-
XYZ27.0823.3752.95-
YUV135.35159.97129.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=30.46%
G=27.15%
B=42.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381231920.280.3600.25253.0435.3861.76
Hex8A7BC01C24019fd233e
Octal21217330034440313754376
Binary100010101111011110000001110010010001100111111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,123,192); }

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

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

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

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

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

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

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