#7F77BC

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

Shades of Moody Blue #7F77BC

Tints of Moody Blue #7F77BC

Color information

#7F77BC (or 0x7F77BC) is unknown color: approx Moody Blue. HEX triplet: 7F, 77 and BC. RGB value is (127,119,188). Sum of RGB (Red+Green+Blue) = 127+119+188=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F77BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77BC is #808843. Grayscale: #808080. Windows color (decimal): -8423492 or 12351359. OLE color: 12351359.

HSL color Cylindrical-coordinate representation of color #7F77BC: hue angle of 246.96º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F77BC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127119188-
CMYK0.320.3700.26
HSL246.96º33.99%60.2%-
HSV(B)246.96º36.7%73.73%-
XYZ24.4321.3450.41-
YUV129.26161.15126.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 119 (46.88% from 255) = 27.42%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=29.26%
G=27.42%
B=43.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271191880.320.3700.26246.9633.9960.2
Hex7F77BC202501Af7223c
Octal17716727440450323674274
Binary111111111101111011110010000010010101101011110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F77BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,119,188); }

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

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

 a { background-color: rgb(127,119,188); }

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

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

 span { border-color: rgb(127,119,188); }

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