Html Css Color HEX #7D79BC Moody Blue

📋 copy color: '#7D79BC'

red 125 ◦ green 121 ◦ blue 188

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

Shades of Moody Blue #7D79BC

Tints of Moody Blue #7D79BC

RGB

 RED value IS 125 (49.22% from 255) = 28.8%

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

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 28.8%
G = 27.88%
B = 43.32%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D79BC (or 0x7D79BC) is known color: Moody Blue. HEX triplet: 7D, 79 and BC. RGB value is (125,121,188). Sum of RGB (Red+Green+Blue) = 125+121+188=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D79BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79BC is #828643. Grayscale: #818181. Windows color (decimal): -8554052 or 12351869. OLE color: 12351869.

HSL color Cylindrical-coordinate representation of color #7D79BC: hue angle of 243.58º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D79BC is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 121 188 -
CMYK 0.34 0.36 0 0.26
HSL 243.58º 0.33% 0.61% -
HSV(B) 243.58º 0.36% 0.74% -
XYZ 24.37 21.67 50.47 -
YUV 129.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 125 121 188 0.34 0.36 0 0.26 243.58 0.33 0.61
Hex 7D 79 BC 22 24 0 1A F4 21 3D
Octal 175 171 274 42 44 0 32 364 41 75
Binary 1111101 1111001 10111100 100010 100100 0 11010 11110100 100001 111101

Color Harmonies of #7D79BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D79BC

Black with #7D79BC

Text Example


Text Example

White with #7D79BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,121,188); }

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

background-color css

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

 a { background-color: rgb(125,121,188); }

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

border-color css

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

 span { border-color: rgb(125,121,188); }

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