#766BC1

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

Shades of Moody Blue #766BC1

Tints of Moody Blue #766BC1

Color information

#766BC1 (or 0x766BC1) is unknown color: approx Moody Blue. HEX triplet: 76, 6B and C1. RGB value is (118,107,193). Sum of RGB (Red+Green+Blue) = 118+107+193=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #766BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BC1 is #89943E. Grayscale: #777777. Windows color (decimal): -9016383 or 12675958. OLE color: 12675958.

HSL color Cylindrical-coordinate representation of color #766BC1: hue angle of 247.67º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #766BC1 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118107193-
CMYK0.390.4500.24
HSL247.67º40.95%58.82%-
HSV(B)247.67º44.56%75.69%-
XYZ22.3518.2252.79-
YUV120.09169.14126.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=28.23%
G=25.60%
B=46.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181071930.390.4500.24247.6740.9558.82
Hex766BC1272D018f8293b
Octal16615330147550303705173
Binary111011011010111100000110011110110101100011111000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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