#7672BE

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

Shades of Moody Blue #7672BE

Tints of Moody Blue #7672BE

Color information

#7672BE (or 0x7672BE) is unknown color: approx Moody Blue. HEX triplet: 76, 72 and BE. RGB value is (118,114,190). Sum of RGB (Red+Green+Blue) = 118+114+190=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #7672BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672BE is #898D41. Grayscale: #7B7B7B. Windows color (decimal): -9014594 or 12481142. OLE color: 12481142.

HSL color Cylindrical-coordinate representation of color #7672BE: hue angle of 243.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7672BE is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118114190-
CMYK0.380.4000.25
HSL243.16º36.89%59.61%-
HSV(B)243.16º40%74.51%-
XYZ22.7819.651.3-
YUV123.86165.33123.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=27.96%
G=27.01%
B=45.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181141900.380.4000.25243.1636.8959.61
Hex7672BE2628019f3253c
Octal16616227646500313634574
Binary111011011100101011111010011010100001100111110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7672BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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