#7676BC

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

Shades of Moody Blue #7676BC

Tints of Moody Blue #7676BC

Color information

#7676BC (or 0x7676BC) is unknown color: approx Moody Blue. HEX triplet: 76, 76 and BC. RGB value is (118,118,188). Sum of RGB (Red+Green+Blue) = 118+118+188=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #7676BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676BC is #898943. Grayscale: #7D7D7D. Windows color (decimal): -9013572 or 12351094. OLE color: 12351094.

HSL color Cylindrical-coordinate representation of color #7676BC: hue angle of 240º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7676BC is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118118188-
CMYK0.370.3700.26
HSL240º34.31%60%-
HSV(B)240º37.23%73.73%-
XYZ23.0320.4450.31-
YUV125.98163122.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=27.83%
G=27.83%
B=44.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181181880.370.3700.2624034.3160
Hex7676BC252501Af0223c
Octal16616627445450323604274
Binary111011011101101011110010010110010101101011110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7676BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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