Html Css Color HEX #7679CC Moody Blue

📋 copy color: '#7679CC'

red 118 ◦ green 121 ◦ blue 204

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

Shades of Moody Blue #7679CC

Tints of Moody Blue #7679CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 26.64%
G = 27.31%
B = 46.05%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7679CC (or 0x7679CC) is known color: Moody Blue. HEX triplet: 76, 79 and CC. RGB value is (118,121,204). Sum of RGB (Red+Green+Blue) = 118+121+204=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #7679CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7679CC is #898633. Grayscale: #818181. Windows color (decimal): -9012788 or 13400438. OLE color: 13400438.

HSL color Cylindrical-coordinate representation of color #7679CC: hue angle of 237.91º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7679CC is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 121 204 -
CMYK 0.42 0.41 0 0.2
HSL 237.91º 0.46% 0.63% -
HSV(B) 237.91º 0.42% 0.8% -
XYZ 25.21 21.89 60.02 -
YUV 129.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 118 121 204 0.42 0.41 0 0.2 237.91 0.46 0.63
Hex 76 79 CC 2A 29 0 14 EE 2E 3F
Octal 166 171 314 52 51 0 24 356 56 77
Binary 1110110 1111001 11001100 101010 101001 0 10100 11101110 101110 111111

Color Harmonies of #7679CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7679CC

Black with #7679CC

Text Example


Text Example

White with #7679CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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