#767ECD

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

Shades of Moody Blue #767ECD

Tints of Moody Blue #767ECD

Color information

#767ECD (or 0x767ECD) is unknown color: approx Moody Blue. HEX triplet: 76, 7E and CD. RGB value is (118,126,205). Sum of RGB (Red+Green+Blue) = 118+126+205=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #767ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ECD is #898132. Grayscale: #848484. Windows color (decimal): -9011507 or 13467254. OLE color: 13467254.

HSL color Cylindrical-coordinate representation of color #767ECD: hue angle of 234.48º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767ECD is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118126205-
CMYK0.420.3900.20
HSL234.48º46.52%63.33%-
HSV(B)234.48º42.44%80.39%-
XYZ25.9523.1860.86-
YUV132.61168.85117.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=26.28%
G=28.06%
B=45.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181262050.420.3900.20234.4846.5263.33
Hex767ECD2A27014ea2f3f
Octal16617631552470243525777
Binary111011011111101100110110101010011101010011101010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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