Html Css Color HEX #7770CE Moody Blue

📋 copy color: '#7770CE'

red 119 ◦ green 112 ◦ blue 206

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

Shades of Moody Blue #7770CE

Tints of Moody Blue #7770CE

RGB

 RED value IS 119 (46.88% from 255) = 27.23%

 GREEN value IS 112 (44.14% from 255) = 25.63%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 27.23%
G = 25.63%
B = 47.14%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7770CE (or 0x7770CE) is known color: Moody Blue. HEX triplet: 77, 70 and CE. RGB value is (119,112,206). Sum of RGB (Red+Green+Blue) = 119+112+206=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #7770CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770CE is #888F31. Grayscale: #7C7C7C. Windows color (decimal): -8949554 or 13529207. OLE color: 13529207.

HSL color Cylindrical-coordinate representation of color #7770CE: hue angle of 244.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7770CE is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 112 206 -
CMYK 0.42 0.46 0 0.19
HSL 244.47º 0.49% 0.62% -
HSV(B) 244.47º 0.46% 0.81% -
XYZ 24.54 19.97 60.95 -
YUV 124.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 119 112 206 0.42 0.46 0 0.19 244.47 0.49 0.62
Hex 77 70 CE 2A 2E 0 13 F4 31 3E
Octal 167 160 316 52 56 0 23 364 61 76
Binary 1110111 1110000 11001110 101010 101110 0 10011 11110100 110001 111110

Color Harmonies of #7770CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770CE

Black with #7770CE

Text Example


Text Example

White with #7770CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7770CE;
 }
 .AnyTagClassName
 {
   color: #7770CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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