Html Css Color HEX #7678DB Moody Blue

📋 copy color: '#7678DB'

red 118 ◦ green 120 ◦ blue 219

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

Shades of Moody Blue #7678DB

Tints of Moody Blue #7678DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.26%

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

R = 25.82%
G = 26.26%
B = 47.92%

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

#7678DB (or 0x7678DB) is known color: Moody Blue. HEX triplet: 76, 78 and DB. RGB value is (118,120,219). Sum of RGB (Red+Green+Blue) = 118+120+219=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #7678DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7678DB is #898724. Grayscale: #828282. Windows color (decimal): -9013029 or 14383222. OLE color: 14383222.

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

Color convert

RGB 118 120 219 -
CMYK 0.46 0.45 0 0.14
HSL 238.81º 0.58% 0.66% -
HSV(B) 238.81º 0.46% 0.86% -
XYZ 26.97 22.4 69.92 -
YUV 130.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 118 120 219 0.46 0.45 0 0.14 238.81 0.58 0.66
Hex 76 78 DB 2E 2D 0 E EF 3A 42
Octal 166 170 333 56 55 0 16 357 72 102
Binary 1110110 1111000 11011011 101110 101101 0 1110 11101111 111010 1000010

Color Harmonies of #7678DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7678DB

Black with #7678DB

Text Example


Text Example

White with #7678DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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