Html Css Color HEX #7479CF Moody Blue

📋 copy color: '#7479CF'

red 116 ◦ green 121 ◦ blue 207

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

Shades of Moody Blue #7479CF

Tints of Moody Blue #7479CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 26.13%
G = 27.25%
B = 46.62%

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

#7479CF (or 0x7479CF) is known color: Moody Blue. HEX triplet: 74, 79 and CF. RGB value is (116,121,207). Sum of RGB (Red+Green+Blue) = 116+121+207=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #7479CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479CF is #8B8630. Grayscale: #808080. Windows color (decimal): -9143857 or 13597044. OLE color: 13597044.

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

Color convert

RGB 116 121 207 -
CMYK 0.44 0.42 0 0.19
HSL 236.7º 0.49% 0.63% -
HSV(B) 236.7º 0.44% 0.81% -
XYZ 25.3 21.89 61.92 -
YUV 129.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 116 121 207 0.44 0.42 0 0.19 236.7 0.49 0.63
Hex 74 79 CF 2C 2A 0 13 ED 31 3F
Octal 164 171 317 54 52 0 23 355 61 77
Binary 1110100 1111001 11001111 101100 101010 0 10011 11101101 110001 111111

Color Harmonies of #7479CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7479CF

Black with #7479CF

Text Example


Text Example

White with #7479CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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