Html Css Color HEX #7E80DD Moody Blue

📋 copy color: '#7E80DD'

red 126 ◦ green 128 ◦ blue 221

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

Shades of Moody Blue #7E80DD

Tints of Moody Blue #7E80DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 26.53%
G = 26.95%
B = 46.53%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E80DD (or 0x7E80DD) is known color: Moody Blue. HEX triplet: 7E, 80 and DD. RGB value is (126,128,221). Sum of RGB (Red+Green+Blue) = 126+128+221=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E80DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E80DD is #817F22. Grayscale: #898989. Windows color (decimal): -8486691 or 14516350. OLE color: 14516350.

HSL color Cylindrical-coordinate representation of color #7E80DD: hue angle of 238.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E80DD is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 128 221 -
CMYK 0.43 0.42 0 0.13
HSL 238.74º 0.58% 0.68% -
HSV(B) 238.74º 0.43% 0.87% -
XYZ 29.37 25.09 71.7 -
YUV 138 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 126 128 221 0.43 0.42 0 0.13 238.74 0.58 0.68
Hex 7E 80 DD 2B 2A 0 D EF 3A 44
Octal 176 200 335 53 52 0 15 357 72 104
Binary 1111110 10000000 11011101 101011 101010 0 1101 11101111 111010 1000100

Color Harmonies of #7E80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E80DD

Black with #7E80DD

Text Example


Text Example

White with #7E80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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