#7670D8

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

Shades of Moody Blue #7670D8

Tints of Moody Blue #7670D8

Color information

#7670D8 (or 0x7670D8) is unknown color: approx Moody Blue. HEX triplet: 76, 70 and D8. RGB value is (118,112,216). Sum of RGB (Red+Green+Blue) = 118+112+216=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #7670D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7670D8 is #898F27. Grayscale: #7D7D7D. Windows color (decimal): -9015080 or 14184566. OLE color: 14184566.

HSL color Cylindrical-coordinate representation of color #7670D8: hue angle of 243.46º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7670D8 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118112216-
CMYK0.450.4800.15
HSL243.46º57.14%64.31%-
HSV(B)243.46º48.15%84.71%-
XYZ25.6620.467.55-
YUV125.65178.99122.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.46%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 216 (84.77% from 255) = 48.43%
R=26.46%
G=25.11%
B=48.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181122160.450.4800.15243.4657.1464.31
Hex7670D82D300Ff33940
Octal166160330556001736371100
Binary111011011100001101100010110111000001111111100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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