#766ABC

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

Shades of Moody Blue #766ABC

Tints of Moody Blue #766ABC

Color information

#766ABC (or 0x766ABC) is unknown color: approx Moody Blue. HEX triplet: 76, 6A and BC. RGB value is (118,106,188). Sum of RGB (Red+Green+Blue) = 118+106+188=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #766ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ABC is #899543. Grayscale: #767676. Windows color (decimal): -9016644 or 12348022. OLE color: 12348022.

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

Color convert

RGB118106188-
CMYK0.370.4400.26
HSL248.78º37.96%57.65%-
HSV(B)248.78º43.62%73.73%-
XYZ21.717.7949.87-
YUV118.94166.98127.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=28.64%
G=25.73%
B=45.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181061880.370.4400.26248.7837.9657.65
Hex766ABC252C01Af9263a
Octal16615227445540323714672
Binary111011011010101011110010010110110001101011111001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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