#8A7BBE

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

Shades of Moody Blue #8A7BBE

Tints of Moody Blue #8A7BBE

Color information

#8A7BBE (or 0x8A7BBE) is unknown color: approx Moody Blue. HEX triplet: 8A, 7B and BE. RGB value is (138,123,190). Sum of RGB (Red+Green+Blue) = 138+123+190=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A7BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BBE is #758441. Grayscale: #868686. Windows color (decimal): -7701570 or 12483466. OLE color: 12483466.

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

Color convert

RGB138123190-
CMYK0.270.3500.25
HSL253.43º34.01%61.37%-
HSV(B)253.43º35.26%74.51%-
XYZ26.8623.2951.79-
YUV135.12158.97130.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=30.60%
G=27.27%
B=42.13%

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
Decimal1381231900.270.3500.25253.4334.0161.37
Hex8A7BBE1B23019fd223d
Octal21217327633430313754275
Binary100010101111011101111101101110001101100111111101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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