#7775BF

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

Shades of Moody Blue #7775BF

Tints of Moody Blue #7775BF

Color information

#7775BF (or 0x7775BF) is unknown color: approx Moody Blue. HEX triplet: 77, 75 and BF. RGB value is (119,117,191). Sum of RGB (Red+Green+Blue) = 119+117+191=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #7775BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7775BF is #888A40. Grayscale: #7D7D7D. Windows color (decimal): -8948289 or 12547447. OLE color: 12547447.

HSL color Cylindrical-coordinate representation of color #7775BF: hue angle of 241.62º 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 #7775BF is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119117191-
CMYK0.380.3900.25
HSL241.62º36.63%60.39%-
HSV(B)241.62º38.74%74.9%-
XYZ23.3720.4152-
YUV126.03164.66122.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 191 (75% from 255) = 44.73%
R=27.87%
G=27.40%
B=44.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191171910.380.3900.25241.6236.6360.39
Hex7775BF2627019f2253c
Octal16716527746470313624574
Binary111011111101011011111110011010011101100111110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7775BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7775BF; }

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

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

<style>
 a { background-color: #7775BF; }

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

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

<style>
 span { border-color: #7775BF; }

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

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