#766BCC

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

Shades of Moody Blue #766BCC

Tints of Moody Blue #766BCC

Color information

#766BCC (or 0x766BCC) is unknown color: approx Moody Blue. HEX triplet: 76, 6B and CC. RGB value is (118,107,204). Sum of RGB (Red+Green+Blue) = 118+107+204=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #766BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BCC is #899433. Grayscale: #787878. Windows color (decimal): -9016372 or 13396854. OLE color: 13396854.

HSL color Cylindrical-coordinate representation of color #766BCC: hue angle of 246.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766BCC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118107204-
CMYK0.420.4800.2
HSL246.8º48.74%60.98%-
HSV(B)246.8º47.55%80%-
XYZ23.6318.7359.5-
YUV121.35174.64125.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=27.51%
G=24.94%
B=47.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181072040.420.4800.2246.848.7460.98
Hex766BCC2A30014f7313d
Octal16615331452600243676175
Binary111011011010111100110010101011000001010011110111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,204); }

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

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

 a { background-color: rgb(118,107,204); }

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

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

 span { border-color: rgb(118,107,204); }

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