#7770CD

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

Shades of Moody Blue #7770CD

Tints of Moody Blue #7770CD

Color information

#7770CD (or 0x7770CD) is unknown color: approx Moody Blue. HEX triplet: 77, 70 and CD. RGB value is (119,112,205). Sum of RGB (Red+Green+Blue) = 119+112+205=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #7770CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770CD is #888F32. Grayscale: #7C7C7C. Windows color (decimal): -8949555 or 13463671. OLE color: 13463671.

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

Color convert

RGB119112205-
CMYK0.420.4500.20
HSL244.52º48.19%62.16%-
HSV(B)244.52º45.37%80.39%-
XYZ24.4219.9260.32-
YUV124.7173.32123.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=27.29%
G=25.69%
B=47.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191122050.420.4500.20244.5248.1962.16
Hex7770CD2A2D014f5303e
Octal16716031552550243656076
Binary111011111100001100110110101010110101010011110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7770CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7770CD; }

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

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

<style>
 a { background-color: #7770CD; }

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

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

<style>
 span { border-color: #7770CD; }

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

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