#7676D9

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

Shades of Moody Blue #7676D9

Tints of Moody Blue #7676D9

Color information

#7676D9 (or 0x7676D9) is unknown color: approx Moody Blue. HEX triplet: 76, 76 and D9. RGB value is (118,118,217). Sum of RGB (Red+Green+Blue) = 118+118+217=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #7676D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676D9 is #898926. Grayscale: #808080. Windows color (decimal): -9013543 or 14251638. OLE color: 14251638.

HSL color Cylindrical-coordinate representation of color #7676D9: hue angle of 240º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7676D9 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118118217-
CMYK0.460.4600.15
HSL240º56.57%65.69%-
HSV(B)240º45.62%85.1%-
XYZ26.4721.8268.46-
YUV129.29177.5119.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 217 (85.16% from 255) = 47.90%
R=26.05%
G=26.05%
B=47.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181182170.460.4600.1524056.5765.69
Hex7676D92E2E0Ff03942
Octal166166331565601736071102
Binary111011011101101101100110111010111001111111100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7676D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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