#7B75BF

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

Shades of Moody Blue #7B75BF

Tints of Moody Blue #7B75BF

Color information

#7B75BF (or 0x7B75BF) is unknown color: approx Moody Blue. HEX triplet: 7B, 75 and BF. RGB value is (123,117,191). Sum of RGB (Red+Green+Blue) = 123+117+191=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B75BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B75BF is #848A40. Grayscale: #7E7E7E. Windows color (decimal): -8686145 or 12547451. OLE color: 12547451.

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

Color convert

RGB123117191-
CMYK0.360.3900.25
HSL244.86º36.63%60.39%-
HSV(B)244.86º38.74%74.9%-
XYZ23.9320.752.02-
YUV127.23163.99124.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.54%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 191 (75% from 255) = 44.32%
R=28.54%
G=27.15%
B=44.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231171910.360.3900.25244.8636.6360.39
Hex7B75BF2427019f5253c
Octal17316527744470313654574
Binary111101111101011011111110010010011101100111110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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