#767FD1

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

Shades of Moody Blue #767FD1

Tints of Moody Blue #767FD1

Color information

#767FD1 (or 0x767FD1) is unknown color: approx Moody Blue. HEX triplet: 76, 7F and D1. RGB value is (118,127,209). Sum of RGB (Red+Green+Blue) = 118+127+209=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #767FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FD1 is #89802E. Grayscale: #858585. Windows color (decimal): -9011247 or 13729654. OLE color: 13729654.

HSL color Cylindrical-coordinate representation of color #767FD1: hue angle of 234.07º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #767FD1 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118127209-
CMYK0.440.3900.18
HSL234.07º49.73%64.12%-
HSV(B)234.07º43.54%81.96%-
XYZ26.5723.6363.48-
YUV133.66170.52116.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 209 (82.03% from 255) = 46.04%
R=25.99%
G=27.97%
B=46.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181272090.440.3900.18234.0749.7364.12
Hex767FD12C27012ea3240
Octal166177321544702235262100
Binary1110110111111111010001101100100111010010111010101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767FD1; }

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

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

<style>
 a { background-color: #767FD1; }

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

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

<style>
 span { border-color: #767FD1; }

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

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