#766ABE

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

Shades of Moody Blue #766ABE

Tints of Moody Blue #766ABE

Color information

#766ABE (or 0x766ABE) is unknown color: approx Moody Blue. HEX triplet: 76, 6A and BE. RGB value is (118,106,190). Sum of RGB (Red+Green+Blue) = 118+106+190=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #766ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ABE is #899541. Grayscale: #767676. Windows color (decimal): -9016642 or 12479094. OLE color: 12479094.

HSL color Cylindrical-coordinate representation of color #766ABE: hue angle of 248.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766ABE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118106190-
CMYK0.380.4400.25
HSL248.57º39.25%58.04%-
HSV(B)248.57º44.21%74.51%-
XYZ21.9217.8851.01-
YUV119.16167.98127.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 106 (41.80% from 255) = 25.60%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=28.50%
G=25.60%
B=45.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181061900.380.4400.25248.5739.2558.04
Hex766ABE262C019f9273a
Octal16615227646540313714772
Binary111011011010101011111010011010110001100111111001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766ABE; }

 p { color: rgb(118,106,190); }

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

<style>
 a { background-color: #766ABE; }

 a { background-color: rgb(118,106,190); }

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

<style>
 span { border-color: #766ABE; }

 span { border-color: rgb(118,106,190); }

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