Html Css Color HEX #7E73BC Moody Blue

📋 copy color: '#7E73BC'

red 126 ◦ green 115 ◦ blue 188

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

Shades of Moody Blue #7E73BC

Tints of Moody Blue #7E73BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 29.37%
G = 26.81%
B = 43.82%

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

#7E73BC (or 0x7E73BC) is known color: Moody Blue. HEX triplet: 7E, 73 and BC. RGB value is (126,115,188). Sum of RGB (Red+Green+Blue) = 126+115+188=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E73BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E73BC is #818C43. Grayscale: #7E7E7E. Windows color (decimal): -8490052 or 12350334. OLE color: 12350334.

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

Color convert

RGB 126 115 188 -
CMYK 0.33 0.39 0 0.26
HSL 249.04º 0.35% 0.59% -
HSV(B) 249.04º 0.39% 0.74% -
XYZ 23.81 20.33 50.25 -
YUV 126.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 126 115 188 0.33 0.39 0 0.26 249.04 0.35 0.59
Hex 7E 73 BC 21 27 0 1A F9 23 3B
Octal 176 163 274 41 47 0 32 371 43 73
Binary 1111110 1110011 10111100 100001 100111 0 11010 11111001 100011 111011

Color Harmonies of #7E73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E73BC

Black with #7E73BC

Text Example


Text Example

White with #7E73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,115,188); }

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

background-color css

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

 a { background-color: rgb(126,115,188); }

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

border-color css

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

 span { border-color: rgb(126,115,188); }

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