#8A7FB7

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

Shades of Moody Blue #8A7FB7

Tints of Moody Blue #8A7FB7

Color information

#8A7FB7 (or 0x8A7FB7) is unknown color: approx Moody Blue. HEX triplet: 8A, 7F and B7. RGB value is (138,127,183). Sum of RGB (Red+Green+Blue) = 138+127+183=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 183 - color contains mainly: blue. Hex color #8A7FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FB7 is #758048. Grayscale: #888888. Windows color (decimal): -7700553 or 12025738. OLE color: 12025738.

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

Color convert

RGB138127183-
CMYK0.250.3100.28
HSL251.79º28%60.78%-
HSV(B)251.79º30.6%71.76%-
XYZ26.622448.03-
YUV136.67154.14128.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 183 (71.88% from 255) = 40.85%
R=30.80%
G=28.35%
B=40.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381271830.250.3100.28251.792860.78
Hex8A7FB7191F01Cfc1c3d
Octal21217726731370343743475
Binary1000101011111111011011111001111110111001111110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,127,183); }

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

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

 a { background-color: rgb(138,127,183); }

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

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

 span { border-color: rgb(138,127,183); }

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