#8676D5

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

Shades of Moody Blue #8676D5

Tints of Moody Blue #8676D5

Color information

#8676D5 (or 0x8676D5) is unknown color: approx Moody Blue. HEX triplet: 86, 76 and D5. RGB value is (134,118,213). Sum of RGB (Red+Green+Blue) = 134+118+213=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #8676D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676D5 is #79892A. Grayscale: #858585. Windows color (decimal): -7964971 or 13989510. OLE color: 13989510.

HSL color Cylindrical-coordinate representation of color #8676D5: hue angle of 250.11º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8676D5 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134118213-
CMYK0.370.4500.16
HSL250.11º53.07%64.9%-
HSV(B)250.11º44.6%83.53%-
XYZ28.3222.8365.86-
YUV133.61172.8128.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 213 (83.59% from 255) = 45.81%
R=28.82%
G=25.38%
B=45.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341182130.370.4500.16250.1153.0764.9
Hex8676D5252D010fa3541
Octal206166325455502037265101
Binary10000110111011011010101100101101101010000111110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8676D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8676D5; }

 p { color: rgb(134,118,213); }

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

<style>
 a { background-color: #8676D5; }

 a { background-color: rgb(134,118,213); }

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

<style>
 span { border-color: #8676D5; }

 span { border-color: rgb(134,118,213); }

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