Html Css Color HEX #7E6AB9 Moody Blue

📋 copy color: '#7E6AB9'

red 126 ◦ green 106 ◦ blue 185

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

Shades of Moody Blue #7E6AB9

Tints of Moody Blue #7E6AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.42%

 BLUE value IS 185 (72.66% from 255) = 44.36%

R = 30.22%
G = 25.42%
B = 44.36%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E6AB9 (or 0x7E6AB9) is known color: Moody Blue. HEX triplet: 7E, 6A and B9. RGB value is (126,106,185). Sum of RGB (Red+Green+Blue) = 126+106+185=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E6AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6AB9 is #819546. Grayscale: #787878. Windows color (decimal): -8492359 or 12151422. OLE color: 12151422.

HSL color Cylindrical-coordinate representation of color #7E6AB9: hue angle of 255.19º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E6AB9 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 106 185 -
CMYK 0.32 0.43 0 0.27
HSL 255.19º 0.36% 0.57% -
HSV(B) 255.19º 0.43% 0.73% -
XYZ 22.52 18.25 48.23 -
YUV 120.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 126 106 185 0.32 0.43 0 0.27 255.19 0.36 0.57
Hex 7E 6A B9 20 2B 0 1B FF 24 39
Octal 176 152 271 40 53 0 33 377 44 71
Binary 1111110 1101010 10111001 100000 101011 0 11011 11111111 100100 111001

Color Harmonies of #7E6AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6AB9

Black with #7E6AB9

Text Example


Text Example

White with #7E6AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,106,185); }

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

background-color css

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

 a { background-color: rgb(126,106,185); }

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

border-color css

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

 span { border-color: rgb(126,106,185); }

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