Html Css Color HEX #7777DB Moody Blue

📋 copy color: '#7777DB'

red 119 ◦ green 119 ◦ blue 219

#7777DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #7777DB

Tints of Moody Blue #7777DB

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 value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7777DB (or 0x7777DB) is known color: 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

RGB 119 119 219 -
CMYK 0.46 0.46 0 0.14
HSL 240º 0.58% 0.66% -
HSV(B) 240º 0.46% 0.86% -
XYZ 26.99 22.23 69.89 -
YUV 130.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 119 119 219 0.46 0.46 0 0.14 240 0.58 0.66
Hex 77 77 DB 2E 2E 0 E F0 3A 42
Octal 167 167 333 56 56 0 16 360 72 102
Binary 1110111 1110111 11011011 101110 101110 0 1110 11110000 111010 1000010

Color Harmonies of #7777DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7777DB

Black with #7777DB

Text Example


Text Example

White with #7777DB

Text Example


Text Example

HTML Codes & Css Web 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>