#7672CD

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

Shades of Moody Blue #7672CD

Tints of Moody Blue #7672CD

Color information

#7672CD (or 0x7672CD) is unknown color: approx Moody Blue. HEX triplet: 76, 72 and CD. RGB value is (118,114,205). Sum of RGB (Red+Green+Blue) = 118+114+205=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #7672CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672CD is #898D32. Grayscale: #7D7D7D. Windows color (decimal): -9014579 or 13464182. OLE color: 13464182.

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

Color convert

RGB118114205-
CMYK0.420.4400.20
HSL242.64º47.64%62.55%-
HSV(B)242.64º44.39%80.39%-
XYZ24.5120.2960.38-
YUV125.57172.83122.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=27.00%
G=26.09%
B=46.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181142050.420.4400.20242.6447.6462.55
Hex7672CD2A2C014f3303f
Octal16616231552540243636077
Binary111011011100101100110110101010110001010011110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7672CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7672CD; }

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

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

<style>
 a { background-color: #7672CD; }

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

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

<style>
 span { border-color: #7672CD; }

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

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