Html Css Color HEX #7E80DB Moody Blue

📋 copy color: '#7E80DB'

red 126 ◦ green 128 ◦ blue 219

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

Shades of Moody Blue #7E80DB

Tints of Moody Blue #7E80DB

RGB

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

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

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

R = 26.64%
G = 27.06%
B = 46.3%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E80DB (or 0x7E80DB) is known color: Moody Blue. HEX triplet: 7E, 80 and DB. RGB value is (126,128,219). Sum of RGB (Red+Green+Blue) = 126+128+219=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E80DB is #817F24. Grayscale: #898989. Windows color (decimal): -8486693 or 14385278. OLE color: 14385278.

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

Color convert

RGB 126 128 219 -
CMYK 0.42 0.42 0 0.14
HSL 238.71º 0.56% 0.68% -
HSV(B) 238.71º 0.42% 0.86% -
XYZ 29.11 24.99 70.31 -
YUV 137.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 126 128 219 0.42 0.42 0 0.14 238.71 0.56 0.68
Hex 7E 80 DB 2A 2A 0 E EF 38 44
Octal 176 200 333 52 52 0 16 357 70 104
Binary 1111110 10000000 11011011 101010 101010 0 1110 11101111 111000 1000100

Color Harmonies of #7E80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E80DB

Black with #7E80DB

Text Example


Text Example

White with #7E80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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