Html Css Color HEX #7E74BD Moody Blue

📋 copy color: '#7E74BD'

red 126 ◦ green 116 ◦ blue 189

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

Shades of Moody Blue #7E74BD

Tints of Moody Blue #7E74BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 29.23%
G = 26.91%
B = 43.85%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E74BD (or 0x7E74BD) is known color: Moody Blue. HEX triplet: 7E, 74 and BD. RGB value is (126,116,189). Sum of RGB (Red+Green+Blue) = 126+116+189=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E74BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E74BD is #818B42. Grayscale: #7F7F7F. Windows color (decimal): -8489795 or 12416126. OLE color: 12416126.

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

Color convert

RGB 126 116 189 -
CMYK 0.33 0.39 0 0.26
HSL 248.22º 0.36% 0.6% -
HSV(B) 248.22º 0.39% 0.74% -
XYZ 24.03 20.6 50.85 -
YUV 127.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 126 116 189 0.33 0.39 0 0.26 248.22 0.36 0.6
Hex 7E 74 BD 21 27 0 1A F8 24 3C
Octal 176 164 275 41 47 0 32 370 44 74
Binary 1111110 1110100 10111101 100001 100111 0 11010 11111000 100100 111100

Color Harmonies of #7E74BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E74BD

Black with #7E74BD

Text Example


Text Example

White with #7E74BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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