Html Css Color HEX #7679DC Moody Blue

📋 copy color: '#7679DC'

red 118 ◦ green 121 ◦ blue 220

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

Shades of Moody Blue #7679DC

Tints of Moody Blue #7679DC

RGB

 RED value IS 118 (46.48% from 255) = 25.71%

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

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

R = 25.71%
G = 26.36%
B = 47.93%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7679DC (or 0x7679DC) is known color: Moody Blue. HEX triplet: 76, 79 and DC. RGB value is (118,121,220). Sum of RGB (Red+Green+Blue) = 118+121+220=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #7679DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7679DC is #898623. Grayscale: #828282. Windows color (decimal): -9012772 or 14449014. OLE color: 14449014.

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

Color convert

RGB 118 121 220 -
CMYK 0.46 0.45 0 0.14
HSL 238.24º 0.59% 0.66% -
HSV(B) 238.24º 0.46% 0.86% -
XYZ 27.23 22.69 70.66 -
YUV 131.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 118 121 220 0.46 0.45 0 0.14 238.24 0.59 0.66
Hex 76 79 DC 2E 2D 0 E EE 3B 42
Octal 166 171 334 56 55 0 16 356 73 102
Binary 1110110 1111001 11011100 101110 101101 0 1110 11101110 111011 1000010

Color Harmonies of #7679DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7679DC

Black with #7679DC

Text Example


Text Example

White with #7679DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7679DC; }

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

 H1.HeaderClassName
 {
   color: #7679DC;
 }
 .AnyTagClassName
 {
   color: #7679DC;
 }
</style>

background-color css

<style>
 a { background-color: #7679DC; }

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

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

border-color css

<style>
 span { border-color: #7679DC; }

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

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