#7775BE

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

Shades of Moody Blue #7775BE

Tints of Moody Blue #7775BE

Color information

#7775BE (or 0x7775BE) is unknown color: approx Moody Blue. HEX triplet: 77, 75 and BE. RGB value is (119,117,190). Sum of RGB (Red+Green+Blue) = 119+117+190=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #7775BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7775BE is #888A41. Grayscale: #7D7D7D. Windows color (decimal): -8948290 or 12481911. OLE color: 12481911.

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

Color convert

RGB119117190-
CMYK0.370.3800.25
HSL241.64º35.96%60.2%-
HSV(B)241.64º38.42%74.51%-
XYZ23.2620.3651.42-
YUV125.92164.16123.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=27.93%
G=27.46%
B=44.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191171900.370.3800.25241.6435.9660.2
Hex7775BE2526019f2243c
Octal16716527645460313624474
Binary111011111101011011111010010110011001100111110010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7775BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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