Html Css Color HEX #7B76BA Moody Blue

📋 copy color: '#7B76BA'

red 123 ◦ green 118 ◦ blue 186

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

Shades of Moody Blue #7B76BA

Tints of Moody Blue #7B76BA

RGB

 RED value IS 123 (48.44% from 255) = 28.81%

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 28.81%
G = 27.63%
B = 43.56%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B76BA (or 0x7B76BA) is known color: Moody Blue. HEX triplet: 7B, 76 and BA. RGB value is (123,118,186). Sum of RGB (Red+Green+Blue) = 123+118+186=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B76BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B76BA is #848945. Grayscale: #7E7E7E. Windows color (decimal): -8685894 or 12220027. OLE color: 12220027.

HSL color Cylindrical-coordinate representation of color #7B76BA: hue angle of 244.41º degrees, saturation: 0.33, 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 #7B76BA is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 118 186 -
CMYK 0.34 0.37 0 0.27
HSL 244.41º 0.33% 0.6% -
HSV(B) 244.41º 0.37% 0.73% -
XYZ 23.51 20.71 49.21 -
YUV 127.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 123 118 186 0.34 0.37 0 0.27 244.41 0.33 0.6
Hex 7B 76 BA 22 25 0 1B F4 21 3C
Octal 173 166 272 42 45 0 33 364 41 74
Binary 1111011 1110110 10111010 100010 100101 0 11011 11110100 100001 111100

Color Harmonies of #7B76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B76BA

Black with #7B76BA

Text Example


Text Example

White with #7B76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,118,186); }

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

background-color css

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

 a { background-color: rgb(123,118,186); }

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

border-color css

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

 span { border-color: rgb(123,118,186); }

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