#7670CE

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

Shades of Moody Blue #7670CE

Tints of Moody Blue #7670CE

Color information

#7670CE (or 0x7670CE) is unknown color: approx Moody Blue. HEX triplet: 76, 70 and CE. RGB value is (118,112,206). Sum of RGB (Red+Green+Blue) = 118+112+206=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #7670CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7670CE is #898F31. Grayscale: #7C7C7C. Windows color (decimal): -9015090 or 13529206. OLE color: 13529206.

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

Color convert

RGB118112206-
CMYK0.430.4600.19
HSL243.83º48.96%62.35%-
HSV(B)243.83º45.63%80.78%-
XYZ24.4119.960.95-
YUV124.51173.99123.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 206 (80.86% from 255) = 47.25%
R=27.06%
G=25.69%
B=47.25%

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
Decimal1181122060.430.4600.19243.8348.9662.35
Hex7670CE2B2E013f4313e
Octal16616031653560233646176
Binary111011011100001100111010101110111001001111110100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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