#7672BF

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

Shades of Moody Blue #7672BF

Tints of Moody Blue #7672BF

Color information

#7672BF (or 0x7672BF) is unknown color: approx Moody Blue. HEX triplet: 76, 72 and BF. RGB value is (118,114,191). Sum of RGB (Red+Green+Blue) = 118+114+191=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #7672BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672BF is #898D40. Grayscale: #7B7B7B. Windows color (decimal): -9014593 or 12546678. OLE color: 12546678.

HSL color Cylindrical-coordinate representation of color #7672BF: hue angle of 243.12º degrees, saturation: 0.38, 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 #7672BF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118114191-
CMYK0.380.4000.25
HSL243.12º37.56%59.8%-
HSV(B)243.12º40.31%74.9%-
XYZ22.8919.6551.88-
YUV123.97165.83123.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 191 (75% from 255) = 45.15%
R=27.90%
G=26.95%
B=45.15%

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
Decimal1181141910.380.4000.25243.1237.5659.8
Hex7672BF2628019f3263c
Octal16616227746500313634674
Binary111011011100101011111110011010100001100111110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7672BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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