#7B76C1

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

Shades of Moody Blue #7B76C1

Tints of Moody Blue #7B76C1

Color information

#7B76C1 (or 0x7B76C1) is unknown color: approx Moody Blue. HEX triplet: 7B, 76 and C1. RGB value is (123,118,193). Sum of RGB (Red+Green+Blue) = 123+118+193=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #7B76C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B76C1 is #84893E. Grayscale: #7F7F7F. Windows color (decimal): -8685887 or 12678779. OLE color: 12678779.

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

Color convert

RGB123118193-
CMYK0.360.3900.24
HSL244º37.69%60.98%-
HSV(B)244º38.86%75.69%-
XYZ24.2721.0253.23-
YUV128.04164.66124.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.34%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=28.34%
G=27.19%
B=44.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231181930.360.3900.2424437.6960.98
Hex7B76C12427018f4263d
Octal17316630144470303644675
Binary111101111101101100000110010010011101100011110100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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