Html Css Color HEX #7A79CE Moody Blue

📋 copy color: '#7A79CE'

red 122 ◦ green 121 ◦ blue 206

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

Shades of Moody Blue #7A79CE

Tints of Moody Blue #7A79CE

RGB

 RED value IS 122 (48.05% from 255) = 27.17%

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

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

R = 27.17%
G = 26.95%
B = 45.88%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A79CE (or 0x7A79CE) is known color: Moody Blue. HEX triplet: 7A, 79 and CE. RGB value is (122,121,206). Sum of RGB (Red+Green+Blue) = 122+121+206=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A79CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79CE is #858631. Grayscale: #828282. Windows color (decimal): -8750642 or 13531514. OLE color: 13531514.

HSL color Cylindrical-coordinate representation of color #7A79CE: hue angle of 240.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A79CE is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 121 206 -
CMYK 0.41 0.41 0 0.19
HSL 240.71º 0.46% 0.64% -
HSV(B) 240.71º 0.41% 0.81% -
XYZ 26 22.27 61.32 -
YUV 130.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 122 121 206 0.41 0.41 0 0.19 240.71 0.46 0.64
Hex 7A 79 CE 29 29 0 13 F1 2E 40
Octal 172 171 316 51 51 0 23 361 56 100
Binary 1111010 1111001 11001110 101001 101001 0 10011 11110001 101110 1000000

Color Harmonies of #7A79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A79CE

Black with #7A79CE

Text Example


Text Example

White with #7A79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A79CE; }

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

 H1.HeaderClassName
 {
   color: #7A79CE;
 }
 .AnyTagClassName
 {
   color: #7A79CE;
 }
</style>

background-color css

<style>
 a { background-color: #7A79CE; }

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

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

border-color css

<style>
 span { border-color: #7A79CE; }

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

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