#7670BC

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

Shades of Moody Blue #7670BC

Tints of Moody Blue #7670BC

Color information

#7670BC (or 0x7670BC) is unknown color: approx Moody Blue. HEX triplet: 76, 70 and BC. RGB value is (118,112,188). Sum of RGB (Red+Green+Blue) = 118+112+188=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7670BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7670BC is #898F43. Grayscale: #7A7A7A. Windows color (decimal): -9015108 or 12349558. OLE color: 12349558.

HSL color Cylindrical-coordinate representation of color #7670BC: hue angle of 244.74º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7670BC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118112188-
CMYK0.370.4000.26
HSL244.74º36.19%58.82%-
HSV(B)244.74º40.43%73.73%-
XYZ22.3419.0750.08-
YUV122.46164.99124.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=28.23%
G=26.79%
B=44.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181121880.370.4000.26244.7436.1958.82
Hex7670BC252801Af5243b
Octal16616027445500323654473
Binary111011011100001011110010010110100001101011110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7670BC; }

 p { color: rgb(118,112,188); }

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

<style>
 a { background-color: #7670BC; }

 a { background-color: rgb(118,112,188); }

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

<style>
 span { border-color: #7670BC; }

 span { border-color: rgb(118,112,188); }

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