Html Css Color HEX #7680DB Moody Blue

📋 copy color: '#7680DB'

red 118 ◦ green 128 ◦ blue 219

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

Shades of Moody Blue #7680DB

Tints of Moody Blue #7680DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.53%

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

R = 25.38%
G = 27.53%
B = 47.1%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7680DB (or 0x7680DB) is known color: Moody Blue. HEX triplet: 76, 80 and DB. RGB value is (118,128,219). Sum of RGB (Red+Green+Blue) = 118+128+219=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #7680DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680DB is #897F24. Grayscale: #878787. Windows color (decimal): -9010981 or 14385270. OLE color: 14385270.

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

Color convert

RGB 118 128 219 -
CMYK 0.46 0.42 0 0.14
HSL 234.06º 0.58% 0.66% -
HSV(B) 234.06º 0.46% 0.86% -
XYZ 27.98 24.4 70.25 -
YUV 135.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 118 128 219 0.46 0.42 0 0.14 234.06 0.58 0.66
Hex 76 80 DB 2E 2A 0 E EA 3A 42
Octal 166 200 333 56 52 0 16 352 72 102
Binary 1110110 10000000 11011011 101110 101010 0 1110 11101010 111010 1000010

Color Harmonies of #7680DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7680DB

Black with #7680DB

Text Example


Text Example

White with #7680DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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