#7676CA

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

Shades of Moody Blue #7676CA

Tints of Moody Blue #7676CA

Color information

#7676CA (or 0x7676CA) is unknown color: approx Moody Blue. HEX triplet: 76, 76 and CA. RGB value is (118,118,202). Sum of RGB (Red+Green+Blue) = 118+118+202=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #7676CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676CA is #898935. Grayscale: #7F7F7F. Windows color (decimal): -9013558 or 13268598. OLE color: 13268598.

HSL color Cylindrical-coordinate representation of color #7676CA: hue angle of 240º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7676CA is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118118202-
CMYK0.420.4200.21
HSL240º44.21%62.75%-
HSV(B)240º41.58%79.22%-
XYZ24.6121.0758.65-
YUV127.58170121.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.94%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=26.94%
G=26.94%
B=46.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181182020.420.4200.2124044.2162.75
Hex7676CA2A2A015f02c3f
Octal16616631252520253605477
Binary111011011101101100101010101010101001010111110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7676CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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