#7777DB

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

Shades of Moody Blue #7777DB

Tints of Moody Blue #7777DB

Color information

#7777DB (or 0x7777DB) is unknown color: approx Moody Blue. HEX triplet: 77, 77 and DB. RGB value is (119,119,219). Sum of RGB (Red+Green+Blue) = 119+119+219=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #7777DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7777DB is #888824. Grayscale: #828282. Windows color (decimal): -8947749 or 14382967. OLE color: 14382967.

HSL color Cylindrical-coordinate representation of color #7777DB: hue angle of 240º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7777DB is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119119219-
CMYK0.460.4600.14
HSL240º58.14%66.27%-
HSV(B)240º45.66%85.88%-
XYZ26.9922.2369.89-
YUV130.4178119.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 219 (85.94% from 255) = 47.92%
R=26.04%
G=26.04%
B=47.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191192190.460.4600.1424058.1466.27
Hex7777DB2E2E0Ef03a42
Octal167167333565601636072102
Binary111011111101111101101110111010111001110111100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7777DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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