Html Css Color HEX #7F79DC Moody Blue

📋 copy color: '#7F79DC'

red 127 ◦ green 121 ◦ blue 220

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

Shades of Moody Blue #7F79DC

Tints of Moody Blue #7F79DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 27.14%
G = 25.85%
B = 47.01%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F79DC (or 0x7F79DC) is known color: Moody Blue. HEX triplet: 7F, 79 and DC. RGB value is (127,121,220). Sum of RGB (Red+Green+Blue) = 127+121+220=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F79DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F79DC is #808623. Grayscale: #858585. Windows color (decimal): -8422948 or 14449023. OLE color: 14449023.

HSL color Cylindrical-coordinate representation of color #7F79DC: hue angle of 243.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F79DC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 121 220 -
CMYK 0.42 0.45 0 0.14
HSL 243.64º 0.59% 0.67% -
HSV(B) 243.64º 0.45% 0.86% -
XYZ 28.51 23.35 70.72 -
YUV 134.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 127 121 220 0.42 0.45 0 0.14 243.64 0.59 0.67
Hex 7F 79 DC 2A 2D 0 E F4 3B 43
Octal 177 171 334 52 55 0 16 364 73 103
Binary 1111111 1111001 11011100 101010 101101 0 1110 11110100 111011 1000011

Color Harmonies of #7F79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F79DC

Black with #7F79DC

Text Example


Text Example

White with #7F79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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