#8674BF

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

Shades of Moody Blue #8674BF

Tints of Moody Blue #8674BF

Color information

#8674BF (or 0x8674BF) is unknown color: approx Moody Blue. HEX triplet: 86, 74 and BF. RGB value is (134,116,191). Sum of RGB (Red+Green+Blue) = 134+116+191=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #8674BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674BF is #798B40. Grayscale: #818181. Windows color (decimal): -7965505 or 12547206. OLE color: 12547206.

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

Color convert

RGB134116191-
CMYK0.300.3900.25
HSL254.4º36.95%60.2%-
HSV(B)254.4º39.27%74.9%-
XYZ25.4821.3252.06-
YUV129.93162.46130.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 191 (75% from 255) = 43.31%
R=30.39%
G=26.30%
B=43.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341161910.300.3900.25254.436.9560.2
Hex8674BF1E27019fe253c
Octal20616427736470313764574
Binary100001101110100101111111111010011101100111111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8674BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,116,191); }

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

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

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

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

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

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

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