Html Css Color HEX #7E76BB Moody Blue

📋 copy color: '#7E76BB'

red 126 ◦ green 118 ◦ blue 187

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

Shades of Moody Blue #7E76BB

Tints of Moody Blue #7E76BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.38%

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

R = 29.23%
G = 27.38%
B = 43.39%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E76BB (or 0x7E76BB) is known color: Moody Blue. HEX triplet: 7E, 76 and BB. RGB value is (126,118,187). Sum of RGB (Red+Green+Blue) = 126+118+187=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E76BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E76BB is #818944. Grayscale: #7F7F7F. Windows color (decimal): -8489285 or 12285566. OLE color: 12285566.

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

Color convert

RGB 126 118 187 -
CMYK 0.33 0.37 0 0.27
HSL 246.96º 0.34% 0.6% -
HSV(B) 246.96º 0.37% 0.73% -
XYZ 24.05 20.98 49.8 -
YUV 128.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 126 118 187 0.33 0.37 0 0.27 246.96 0.34 0.6
Hex 7E 76 BB 21 25 0 1B F7 22 3C
Octal 176 166 273 41 45 0 33 367 42 74
Binary 1111110 1110110 10111011 100001 100101 0 11011 11110111 100010 111100

Color Harmonies of #7E76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E76BB

Black with #7E76BB

Text Example


Text Example

White with #7E76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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