#7668BF

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

Shades of Moody Blue #7668BF

Tints of Moody Blue #7668BF

Color information

#7668BF (or 0x7668BF) is unknown color: approx Moody Blue. HEX triplet: 76, 68 and BF. RGB value is (118,104,191). Sum of RGB (Red+Green+Blue) = 118+104+191=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #7668BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668BF is #899740. Grayscale: #757575. Windows color (decimal): -9017153 or 12544118. OLE color: 12544118.

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

Color convert

RGB118104191-
CMYK0.380.4600.25
HSL249.66º40.47%57.84%-
HSV(B)249.66º45.55%74.9%-
XYZ21.8317.5151.52-
YUV118.1169.14127.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 191 (75% from 255) = 46.25%
R=28.57%
G=25.18%
B=46.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181041910.380.4600.25249.6640.4757.84
Hex7668BF262E019fa283a
Octal16615027746560313725072
Binary111011011010001011111110011010111001100111111010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7668BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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