Html Css Color HEX #7F79BA Moody Blue

📋 copy color: '#7F79BA'

red 127 ◦ green 121 ◦ blue 186

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

Shades of Moody Blue #7F79BA

Tints of Moody Blue #7F79BA

RGB

 RED value IS 127 (50% from 255) = 29.26%

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 29.26%
G = 27.88%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F79BA (or 0x7F79BA) is known color: Moody Blue. HEX triplet: 7F, 79 and BA. RGB value is (127,121,186). Sum of RGB (Red+Green+Blue) = 127+121+186=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F79BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F79BA is #808645. Grayscale: #818181. Windows color (decimal): -8422982 or 12220799. OLE color: 12220799.

HSL color Cylindrical-coordinate representation of color #7F79BA: hue angle of 245.54º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F79BA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 121 186 -
CMYK 0.32 0.35 0 0.27
HSL 245.54º 0.32% 0.6% -
HSV(B) 245.54º 0.35% 0.73% -
XYZ 24.45 21.73 49.36 -
YUV 130.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 127 121 186 0.32 0.35 0 0.27 245.54 0.32 0.6
Hex 7F 79 BA 20 23 0 1B F6 20 3C
Octal 177 171 272 40 43 0 33 366 40 74
Binary 1111111 1111001 10111010 100000 100011 0 11011 11110110 100000 111100

Color Harmonies of #7F79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F79BA

Black with #7F79BA

Text Example


Text Example

White with #7F79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,121,186); }

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

background-color css

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

 a { background-color: rgb(127,121,186); }

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

border-color css

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

 span { border-color: rgb(127,121,186); }

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