#766FCA

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

Shades of Moody Blue #766FCA

Tints of Moody Blue #766FCA

Color information

#766FCA (or 0x766FCA) is unknown color: approx Moody Blue. HEX triplet: 76, 6F and CA. RGB value is (118,111,202). Sum of RGB (Red+Green+Blue) = 118+111+202=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #766FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FCA is #899035. Grayscale: #7B7B7B. Windows color (decimal): -9015350 or 13266806. OLE color: 13266806.

HSL color Cylindrical-coordinate representation of color #766FCA: hue angle of 244.62º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #766FCA is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118111202-
CMYK0.420.4500.21
HSL244.62º46.19%61.37%-
HSV(B)244.62º45.05%79.22%-
XYZ23.8219.4858.38-
YUV123.47172.32124.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.38%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=27.38%
G=25.75%
B=46.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181112020.420.4500.21244.6246.1961.37
Hex766FCA2A2D015f52e3d
Octal16615731252550253655675
Binary111011011011111100101010101010110101010111110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,111,202); }

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

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

 a { background-color: rgb(118,111,202); }

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

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

 span { border-color: rgb(118,111,202); }

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