#7676D5

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

Shades of Moody Blue #7676D5

Tints of Moody Blue #7676D5

Color information

#7676D5 (or 0x7676D5) is unknown color: approx Moody Blue. HEX triplet: 76, 76 and D5. RGB value is (118,118,213). Sum of RGB (Red+Green+Blue) = 118+118+213=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #7676D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676D5 is #89892A. Grayscale: #808080. Windows color (decimal): -9013547 or 13989494. OLE color: 13989494.

HSL color Cylindrical-coordinate representation of color #7676D5: hue angle of 240º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7676D5 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118118213-
CMYK0.450.4500.16
HSL240º53.07%64.9%-
HSV(B)240º44.6%83.53%-
XYZ25.9621.6165.75-
YUV128.83175.5120.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 213 (83.59% from 255) = 47.44%
R=26.28%
G=26.28%
B=47.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181182130.450.4500.1624053.0764.9
Hex7676D52D2D010f03541
Octal166166325555502036065101
Binary1110110111011011010101101101101101010000111100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7676D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7676D5; }

 p { color: rgb(118,118,213); }

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

<style>
 a { background-color: #7676D5; }

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

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

<style>
 span { border-color: #7676D5; }

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

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