#7B76BF

Color #7B76BF Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7B76BF

Tints of Moody Blue #7B76BF

Color information

#7B76BF (or 0x7B76BF) is unknown color: approx Moody Blue. HEX triplet: 7B, 76 and BF. RGB value is (123,118,191). Sum of RGB (Red+Green+Blue) = 123+118+191=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B76BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B76BF is #848940. Grayscale: #7F7F7F. Windows color (decimal): -8685889 or 12547707. OLE color: 12547707.

HSL color Cylindrical-coordinate representation of color #7B76BF: hue angle of 244.11º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B76BF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB123118191-
CMYK0.360.3800.25
HSL244.11º36.32%60.59%-
HSV(B)244.11º38.22%74.9%-
XYZ24.0520.9352.06-
YUV127.82163.66124.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.47%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 191 (75% from 255) = 44.21%
R=28.47%
G=27.31%
B=44.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231181910.360.3800.25244.1136.3260.59
Hex7B76BF2426019f4243d
Octal17316627744460313644475
Binary111101111101101011111110010010011001100111110100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B76BF;
 }
 .AnyTagClassName
 {
   color: #7B76BF;
 }
</style>
background-color css

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

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

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

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

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

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