#767DCD

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

Shades of Moody Blue #767DCD

Tints of Moody Blue #767DCD

Color information

#767DCD (or 0x767DCD) is unknown color: approx Moody Blue. HEX triplet: 76, 7D and CD. RGB value is (118,125,205). Sum of RGB (Red+Green+Blue) = 118+125+205=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #767DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DCD is #898232. Grayscale: #838383. Windows color (decimal): -9011763 or 13466998. OLE color: 13466998.

HSL color Cylindrical-coordinate representation of color #767DCD: hue angle of 235.17º 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 #767DCD is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118125205-
CMYK0.420.3900.20
HSL235.17º46.52%63.33%-
HSV(B)235.17º42.44%80.39%-
XYZ25.8222.9360.82-
YUV132.03169.18118-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 205 (80.47% from 255) = 45.76%
R=26.34%
G=27.90%
B=45.76%

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
Decimal1181252050.420.3900.20235.1746.5263.33
Hex767DCD2A27014eb2f3f
Octal16617531552470243535777
Binary111011011111011100110110101010011101010011101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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