#766bd1

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

Shades of Moody Blue #766BD1

Tints of Moody Blue #766BD1

Color information

#766BD1 (or 0x766BD1) is unknown color: approx Moody Blue. HEX triplet: 76, 6B and D1. RGB value is (118,107,209). Sum of RGB (Red+Green+Blue) = 118+107+209=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #766BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BD1 is #89942E. Grayscale: #797979. Windows color (decimal): -9016367 or 13724534. OLE color: 13724534.

HSL color Cylindrical-coordinate representation of color #766BD1: hue angle of 246.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766BD1 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118107209-
CMYK0.440.4900.18
HSL246.47º52.58%61.96%-
HSV(B)246.47º48.8%81.96%-
XYZ24.2418.9762.71-
YUV121.92177.14125.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 107 (42.19% from 255) = 24.65%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=27.19%
G=24.65%
B=48.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181072090.440.4900.18246.4752.5861.96
Hex766BD12C31012f6353e
Octal16615332154610223666576
Binary111011011010111101000110110011000101001011110110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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