Html Css Color HEX #7E80DF Moody Blue

📋 copy color: '#7E80DF'

red 126 ◦ green 128 ◦ blue 223

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

Shades of Moody Blue #7E80DF

Tints of Moody Blue #7E80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 26.42%
G = 26.83%
B = 46.75%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E80DF (or 0x7E80DF) is known color: Moody Blue. HEX triplet: 7E, 80 and DF. RGB value is (126,128,223). Sum of RGB (Red+Green+Blue) = 126+128+223=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E80DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E80DF is #817F20. Grayscale: #898989. Windows color (decimal): -8486689 or 14647422. OLE color: 14647422.

HSL color Cylindrical-coordinate representation of color #7E80DF: hue angle of 238.76º degrees, saturation: 0.6, 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 #7E80DF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 128 223 -
CMYK 0.43 0.43 0 0.13
HSL 238.76º 0.6% 0.68% -
HSV(B) 238.76º 0.43% 0.87% -
XYZ 29.64 25.2 73.11 -
YUV 138.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 126 128 223 0.43 0.43 0 0.13 238.76 0.6 0.68
Hex 7E 80 DF 2B 2B 0 D EF 3C 44
Octal 176 200 337 53 53 0 15 357 74 104
Binary 1111110 10000000 11011111 101011 101011 0 1101 11101111 111100 1000100

Color Harmonies of #7E80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E80DF

Black with #7E80DF

Text Example


Text Example

White with #7E80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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