Html Css Color HEX #7679DB Moody Blue

📋 copy color: '#7679DB'

red 118 ◦ green 121 ◦ blue 219

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

Shades of Moody Blue #7679DB

Tints of Moody Blue #7679DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 25.76%
G = 26.42%
B = 47.82%

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

#7679DB (or 0x7679DB) is known color: Moody Blue. HEX triplet: 76, 79 and DB. RGB value is (118,121,219). Sum of RGB (Red+Green+Blue) = 118+121+219=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #7679DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7679DB is #898624. Grayscale: #828282. Windows color (decimal): -9012773 or 14383478. OLE color: 14383478.

HSL color Cylindrical-coordinate representation of color #7679DB: hue angle of 238.22º degrees, saturation: 0.58, 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 #7679DB is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 121 219 -
CMYK 0.46 0.45 0 0.14
HSL 238.22º 0.58% 0.66% -
HSV(B) 238.22º 0.46% 0.86% -
XYZ 27.09 22.64 69.96 -
YUV 131.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 118 121 219 0.46 0.45 0 0.14 238.22 0.58 0.66
Hex 76 79 DB 2E 2D 0 E EE 3A 42
Octal 166 171 333 56 55 0 16 356 72 102
Binary 1110110 1111001 11011011 101110 101101 0 1110 11101110 111010 1000010

Color Harmonies of #7679DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7679DB

Black with #7679DB

Text Example


Text Example

White with #7679DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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