Html Css Color HEX #7477CE Moody Blue

📋 copy color: '#7477CE'

red 116 ◦ green 119 ◦ blue 206

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

Shades of Moody Blue #7477CE

Tints of Moody Blue #7477CE

RGB

 RED value IS 116 (45.7% from 255) = 26.3%

 GREEN value IS 119 (46.88% from 255) = 26.98%

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

R = 26.3%
G = 26.98%
B = 46.71%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7477CE (or 0x7477CE) is known color: Moody Blue. HEX triplet: 74, 77 and CE. RGB value is (116,119,206). Sum of RGB (Red+Green+Blue) = 116+119+206=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #7477CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7477CE is #8B8831. Grayscale: #7F7F7F. Windows color (decimal): -9144370 or 13530996. OLE color: 13530996.

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

Color convert

RGB 116 119 206 -
CMYK 0.44 0.42 0 0.19
HSL 238º 0.48% 0.63% -
HSV(B) 238º 0.44% 0.81% -
XYZ 24.94 21.36 61.2 -
YUV 128.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 116 119 206 0.44 0.42 0 0.19 238 0.48 0.63
Hex 74 77 CE 2C 2A 0 13 EE 30 3F
Octal 164 167 316 54 52 0 23 356 60 77
Binary 1110100 1110111 11001110 101100 101010 0 10011 11101110 110000 111111

Color Harmonies of #7477CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7477CE

Black with #7477CE

Text Example


Text Example

White with #7477CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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