#7672CB

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

Shades of Moody Blue #7672CB

Tints of Moody Blue #7672CB

Color information

#7672CB (or 0x7672CB) is unknown color: approx Moody Blue. HEX triplet: 76, 72 and CB. RGB value is (118,114,203). Sum of RGB (Red+Green+Blue) = 118+114+203=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #7672CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672CB is #898D34. Grayscale: #7C7C7C. Windows color (decimal): -9014581 or 13333110. OLE color: 13333110.

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

Color convert

RGB118114203-
CMYK0.420.4400.20
HSL242.7º46.11%62.16%-
HSV(B)242.7º43.84%79.61%-
XYZ24.2720.259.12-
YUV125.34171.83122.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=27.13%
G=26.21%
B=46.67%

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
Decimal1181142030.420.4400.20242.746.1162.16
Hex7672CB2A2C014f32e3e
Octal16616231352540243635676
Binary111011011100101100101110101010110001010011110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7672CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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