Html Css Color HEX #7E73BB Moody Blue

📋 copy color: '#7E73BB'

red 126 ◦ green 115 ◦ blue 187

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

Shades of Moody Blue #7E73BB

Tints of Moody Blue #7E73BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 29.44%
G = 26.87%
B = 43.69%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E73BB (or 0x7E73BB) is known color: Moody Blue. HEX triplet: 7E, 73 and BB. RGB value is (126,115,187). Sum of RGB (Red+Green+Blue) = 126+115+187=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E73BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E73BB is #818C44. Grayscale: #7E7E7E. Windows color (decimal): -8490053 or 12284798. OLE color: 12284798.

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

Color convert

RGB 126 115 187 -
CMYK 0.33 0.39 0 0.27
HSL 249.17º 0.35% 0.59% -
HSV(B) 249.17º 0.39% 0.73% -
XYZ 23.7 20.28 49.68 -
YUV 126.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 126 115 187 0.33 0.39 0 0.27 249.17 0.35 0.59
Hex 7E 73 BB 21 27 0 1B F9 23 3B
Octal 176 163 273 41 47 0 33 371 43 73
Binary 1111110 1110011 10111011 100001 100111 0 11011 11111001 100011 111011

Color Harmonies of #7E73BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E73BB

Black with #7E73BB

Text Example


Text Example

White with #7E73BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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