#8671CD

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

Shades of Moody Blue #8671CD

Tints of Moody Blue #8671CD

Color information

#8671CD (or 0x8671CD) is unknown color: approx Moody Blue. HEX triplet: 86, 71 and CD. RGB value is (134,113,205). Sum of RGB (Red+Green+Blue) = 134+113+205=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #8671CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671CD is #798E32. Grayscale: #818181. Windows color (decimal): -7966259 or 13463942. OLE color: 13463942.

HSL color Cylindrical-coordinate representation of color #8671CD: hue angle of 253.7º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8671CD is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134113205-
CMYK0.350.4500.20
HSL253.7º47.92%62.35%-
HSV(B)253.7º44.88%80.39%-
XYZ26.7621.2960.46-
YUV129.77170.46131.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=29.65%
G=25%
B=45.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341132050.350.4500.20253.747.9262.35
Hex8671CD232D014fe303e
Octal20616131543550243766076
Binary1000011011100011100110110001110110101010011111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8671CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8671CD; }

 p { color: rgb(134,113,205); }

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

<style>
 a { background-color: #8671CD; }

 a { background-color: rgb(134,113,205); }

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

<style>
 span { border-color: #8671CD; }

 span { border-color: rgb(134,113,205); }

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