#7F7EB4

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

Shades of Moody Blue #7F7EB4

Tints of Moody Blue #7F7EB4

Color information

#7F7EB4 (or 0x7F7EB4) is unknown color: approx Moody Blue. HEX triplet: 7F, 7E and B4. RGB value is (127,126,180). Sum of RGB (Red+Green+Blue) = 127+126+180=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F7EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7EB4 is #80814B. Grayscale: #848484. Windows color (decimal): -8421708 or 11828863. OLE color: 11828863.

HSL color Cylindrical-coordinate representation of color #7F7EB4: hue angle of 241.11º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F7EB4 is Cyan = 0.29, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127126180-
CMYK0.290.300.29
HSL241.11º26.47%60%-
HSV(B)241.11º30%70.59%-
XYZ24.4522.7346.28-
YUV132.45154.83124.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.33%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=29.33%
G=29.10%
B=41.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271261800.290.300.29241.1126.4760
Hex7F7EB41D1E01Df11a3c
Octal17717626435360353613274
Binary111111111111101011010011101111100111011111000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7EB4; }

 p { color: rgb(127,126,180); }

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

<style>
 a { background-color: #7F7EB4; }

 a { background-color: rgb(127,126,180); }

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

<style>
 span { border-color: #7F7EB4; }

 span { border-color: rgb(127,126,180); }

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