#7676BF

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

Shades of Moody Blue #7676BF

Tints of Moody Blue #7676BF

Color information

#7676BF (or 0x7676BF) is unknown color: approx Moody Blue. HEX triplet: 76, 76 and BF. RGB value is (118,118,191). Sum of RGB (Red+Green+Blue) = 118+118+191=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #7676BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676BF is #898940. Grayscale: #7E7E7E. Windows color (decimal): -9013569 or 12547702. OLE color: 12547702.

HSL color Cylindrical-coordinate representation of color #7676BF: hue angle of 240º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7676BF is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118118191-
CMYK0.380.3800.25
HSL240º36.32%60.59%-
HSV(B)240º38.22%74.9%-
XYZ23.3520.5752.03-
YUV126.32164.5122.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 191 (75% from 255) = 44.73%
R=27.63%
G=27.63%
B=44.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181181910.380.3800.2524036.3260.59
Hex7676BF2626019f0243d
Octal16616627746460313604475
Binary111011011101101011111110011010011001100111110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7676BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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