#7671BF

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

Shades of Moody Blue #7671BF

Tints of Moody Blue #7671BF

Color information

#7671BF (or 0x7671BF) is unknown color: approx Moody Blue. HEX triplet: 76, 71 and BF. RGB value is (118,113,191). Sum of RGB (Red+Green+Blue) = 118+113+191=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #7671BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671BF is #898E40. Grayscale: #7B7B7B. Windows color (decimal): -9014849 or 12546422. OLE color: 12546422.

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

Color convert

RGB118113191-
CMYK0.380.4100.25
HSL243.85º37.86%59.61%-
HSV(B)243.85º40.84%74.9%-
XYZ22.7819.4251.84-
YUV123.39166.16124.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 191 (75% from 255) = 45.26%
R=27.96%
G=26.78%
B=45.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181131910.380.4100.25243.8537.8659.61
Hex7671BF2629019f4263c
Octal16616127746510313644674
Binary111011011100011011111110011010100101100111110100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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