#7672CF

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

Shades of Moody Blue #7672CF

Tints of Moody Blue #7672CF

Color information

#7672CF (or 0x7672CF) is unknown color: approx Moody Blue. HEX triplet: 76, 72 and CF. RGB value is (118,114,207). Sum of RGB (Red+Green+Blue) = 118+114+207=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #7672CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672CF is #898D30. Grayscale: #7D7D7D. Windows color (decimal): -9014577 or 13595254. OLE color: 13595254.

HSL color Cylindrical-coordinate representation of color #7672CF: hue angle of 242.58º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7672CF is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118114207-
CMYK0.430.4500.19
HSL242.58º49.21%62.94%-
HSV(B)242.58º44.93%81.18%-
XYZ24.7520.3961.66-
YUV125.8173.83122.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 207 (81.25% from 255) = 47.15%
R=26.88%
G=25.97%
B=47.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181142070.430.4500.19242.5849.2162.94
Hex7672CF2B2D013f3313f
Octal16616231753550233636177
Binary111011011100101100111110101110110101001111110011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7672CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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