#8674BD

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

Shades of Moody Blue #8674BD

Tints of Moody Blue #8674BD

Color information

#8674BD (or 0x8674BD) is unknown color: approx Moody Blue. HEX triplet: 86, 74 and BD. RGB value is (134,116,189). Sum of RGB (Red+Green+Blue) = 134+116+189=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #8674BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674BD is #798B42. Grayscale: #818181. Windows color (decimal): -7965507 or 12416134. OLE color: 12416134.

HSL color Cylindrical-coordinate representation of color #8674BD: hue angle of 254.79º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8674BD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134116189-
CMYK0.290.3900.26
HSL254.79º35.61%59.8%-
HSV(B)254.79º38.62%74.12%-
XYZ25.2621.2350.91-
YUV129.7161.46131.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=30.52%
G=26.42%
B=43.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341161890.290.3900.26254.7935.6159.8
Hex8674BD1D2701Aff243c
Octal20616427535470323774474
Binary100001101110100101111011110110011101101011111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8674BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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