#7777C3

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

Shades of Moody Blue #7777C3

Tints of Moody Blue #7777C3

Color information

#7777C3 (or 0x7777C3) is unknown color: approx Moody Blue. HEX triplet: 77, 77 and C3. RGB value is (119,119,195). Sum of RGB (Red+Green+Blue) = 119+119+195=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #7777C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7777C3 is #88883C. Grayscale: #7F7F7F. Windows color (decimal): -8947773 or 12810103. OLE color: 12810103.

HSL color Cylindrical-coordinate representation of color #7777C3: hue angle of 240º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7777C3 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119119195-
CMYK0.390.3900.24
HSL240º38.78%61.57%-
HSV(B)240º38.97%76.47%-
XYZ24.0521.0654.43-
YUV127.66166121.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.48%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 195 (76.56% from 255) = 45.03%
R=27.48%
G=27.48%
B=45.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191191950.390.3900.2424038.7861.57
Hex7777C32727018f0273e
Octal16716730347470303604776
Binary111011111101111100001110011110011101100011110000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7777C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7777C3; }

 p { color: rgb(119,119,195); }

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

<style>
 a { background-color: #7777C3; }

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

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

<style>
 span { border-color: #7777C3; }

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

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