#7779cd

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

Shades of Moody Blue #7779CD

Tints of Moody Blue #7779CD

Color information

#7779CD (or 0x7779CD) is unknown color: approx Moody Blue. HEX triplet: 77, 79 and CD. RGB value is (119,121,205). Sum of RGB (Red+Green+Blue) = 119+121+205=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #7779CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779CD is #888632. Grayscale: #818181. Windows color (decimal): -8947251 or 13465975. OLE color: 13465975.

HSL color Cylindrical-coordinate representation of color #7779CD: hue angle of 238.6º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7779CD is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119121205-
CMYK0.420.4100.20
HSL238.6º46.24%63.53%-
HSV(B)238.6º41.95%80.39%-
XYZ25.462260.66-
YUV129.98170.34120.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.74%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=26.74%
G=27.19%
B=46.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191212050.420.4100.20238.646.2463.53
Hex7779CD2A29014ef2e40
Octal167171315525102435756100
Binary1110111111100111001101101010101001010100111011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7779cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7779cd; }

 p { color: rgb(119,121,205); }

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

<style>
 a { background-color: #7779cd; }

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

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

<style>
 span { border-color: #7779cd; }

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

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