#767ED0

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

Shades of Moody Blue #767ED0

Tints of Moody Blue #767ED0

Color information

#767ED0 (or 0x767ED0) is unknown color: approx Moody Blue. HEX triplet: 76, 7E and D0. RGB value is (118,126,208). Sum of RGB (Red+Green+Blue) = 118+126+208=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #767ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ED0 is #89812F. Grayscale: #848484. Windows color (decimal): -9011504 or 13663862. OLE color: 13663862.

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

Color convert

RGB118126208-
CMYK0.430.3900.18
HSL234.67º48.91%63.92%-
HSV(B)234.67º43.27%81.57%-
XYZ26.3223.3362.79-
YUV132.96170.35117.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.11%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 208 (81.64% from 255) = 46.02%
R=26.11%
G=27.88%
B=46.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181262080.430.3900.18234.6748.9163.92
Hex767ED02B27012eb3140
Octal166176320534702235361100
Binary1110110111111011010000101011100111010010111010111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,126,208); }

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

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

 a { background-color: rgb(118,126,208); }

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

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

 span { border-color: rgb(118,126,208); }

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