Html Css Color HEX #7479CE Moody Blue

📋 copy color: '#7479CE'

red 116 ◦ green 121 ◦ blue 206

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

Shades of Moody Blue #7479CE

Tints of Moody Blue #7479CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.31%

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

R = 26.19%
G = 27.31%
B = 46.5%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7479CE (or 0x7479CE) is known color: Moody Blue. HEX triplet: 74, 79 and CE. RGB value is (116,121,206). Sum of RGB (Red+Green+Blue) = 116+121+206=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #7479CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479CE is #8B8631. Grayscale: #808080. Windows color (decimal): -9143858 or 13531508. OLE color: 13531508.

HSL color Cylindrical-coordinate representation of color #7479CE: hue angle of 236.67º 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 #7479CE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 121 206 -
CMYK 0.44 0.41 0 0.19
HSL 236.67º 0.48% 0.63% -
HSV(B) 236.67º 0.44% 0.81% -
XYZ 25.18 21.84 61.28 -
YUV 129.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 116 121 206 0.44 0.41 0 0.19 236.67 0.48 0.63
Hex 74 79 CE 2C 29 0 13 ED 30 3F
Octal 164 171 316 54 51 0 23 355 60 77
Binary 1110100 1111001 11001110 101100 101001 0 10011 11101101 110000 111111

Color Harmonies of #7479CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7479CE

Black with #7479CE

Text Example


Text Example

White with #7479CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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