#7670CF

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

Shades of Moody Blue #7670CF

Tints of Moody Blue #7670CF

Color information

#7670CF (or 0x7670CF) is unknown color: approx Moody Blue. HEX triplet: 76, 70 and CF. RGB value is (118,112,207). Sum of RGB (Red+Green+Blue) = 118+112+207=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #7670CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7670CF is #898F30. Grayscale: #7C7C7C. Windows color (decimal): -9015089 or 13594742. OLE color: 13594742.

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

Color convert

RGB118112207-
CMYK0.430.4600.19
HSL243.79º49.74%62.55%-
HSV(B)243.79º45.89%81.18%-
XYZ24.5319.9461.59-
YUV124.62174.49123.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 207 (81.25% from 255) = 47.37%
R=27.00%
G=25.63%
B=47.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181122070.430.4600.19243.7949.7462.55
Hex7670CF2B2E013f4323f
Octal16616031753560233646277
Binary111011011100001100111110101110111001001111110100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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