Html Css Color HEX #7E74BE Moody Blue

📋 copy color: '#7E74BE'

red 126 ◦ green 116 ◦ blue 190

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

Shades of Moody Blue #7E74BE

Tints of Moody Blue #7E74BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 29.17%
G = 26.85%
B = 43.98%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E74BE (or 0x7E74BE) is known color: Moody Blue. HEX triplet: 7E, 74 and BE. RGB value is (126,116,190). Sum of RGB (Red+Green+Blue) = 126+116+190=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E74BE is #818B41. Grayscale: #7F7F7F. Windows color (decimal): -8489794 or 12481662. OLE color: 12481662.

HSL color Cylindrical-coordinate representation of color #7E74BE: hue angle of 248.11º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E74BE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 116 190 -
CMYK 0.34 0.39 0 0.25
HSL 248.11º 0.36% 0.6% -
HSV(B) 248.11º 0.39% 0.75% -
XYZ 24.14 20.64 51.43 -
YUV 127.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 126 116 190 0.34 0.39 0 0.25 248.11 0.36 0.6
Hex 7E 74 BE 22 27 0 19 F8 24 3C
Octal 176 164 276 42 47 0 31 370 44 74
Binary 1111110 1110100 10111110 100010 100111 0 11001 11111000 100100 111100

Color Harmonies of #7E74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E74BE

Black with #7E74BE

Text Example


Text Example

White with #7E74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,116,190); }

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

background-color css

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

 a { background-color: rgb(126,116,190); }

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

border-color css

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

 span { border-color: rgb(126,116,190); }

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