Html Css Color HEX #7E78DB Moody Blue

📋 copy color: '#7E78DB'

red 126 ◦ green 120 ◦ blue 219

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

Shades of Moody Blue #7E78DB

Tints of Moody Blue #7E78DB

RGB

 RED value IS 126 (49.61% from 255) = 27.1%

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

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

R = 27.1%
G = 25.81%
B = 47.1%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E78DB (or 0x7E78DB) is known color: Moody Blue. HEX triplet: 7E, 78 and DB. RGB value is (126,120,219). Sum of RGB (Red+Green+Blue) = 126+120+219=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 120 (47.27% from 255 or 25.81% 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 #7E78DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E78DB is #818724. Grayscale: #848484. Windows color (decimal): -8488741 or 14383230. OLE color: 14383230.

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

Color convert

RGB 126 120 219 -
CMYK 0.42 0.45 0 0.14
HSL 243.64º 0.58% 0.66% -
HSV(B) 243.64º 0.45% 0.86% -
XYZ 28.11 22.98 69.97 -
YUV 133.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 126 120 219 0.42 0.45 0 0.14 243.64 0.58 0.66
Hex 7E 78 DB 2A 2D 0 E F4 3A 42
Octal 176 170 333 52 55 0 16 364 72 102
Binary 1111110 1111000 11011011 101010 101101 0 1110 11110100 111010 1000010

Color Harmonies of #7E78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E78DB

Black with #7E78DB

Text Example


Text Example

White with #7E78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E78DB; }

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

 H1.HeaderClassName
 {
   color: #7E78DB;
 }
 .AnyTagClassName
 {
   color: #7E78DB;
 }
</style>

background-color css

<style>
 a { background-color: #7E78DB; }

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

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

border-color css

<style>
 span { border-color: #7E78DB; }

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

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