#8673D0

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

Shades of Moody Blue #8673D0

Tints of Moody Blue #8673D0

Color information

#8673D0 (or 0x8673D0) is unknown color: approx Moody Blue. HEX triplet: 86, 73 and D0. RGB value is (134,115,208). Sum of RGB (Red+Green+Blue) = 134+115+208=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #8673D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673D0 is #798C2F. Grayscale: #828282. Windows color (decimal): -7965744 or 13661062. OLE color: 13661062.

HSL color Cylindrical-coordinate representation of color #8673D0: hue angle of 252.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8673D0 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134115208-
CMYK0.360.4500.18
HSL252.26º49.73%63.33%-
HSV(B)252.26º44.71%81.57%-
XYZ27.3521.8862.46-
YUV131.28171.29129.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.32%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 208 (81.64% from 255) = 45.51%
R=29.32%
G=25.16%
B=45.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341152080.360.4500.18252.2649.7363.33
Hex8673D0242D012fc323f
Octal20616332044550223746277
Binary1000011011100111101000010010010110101001011111100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8673D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8673D0; }

 p { color: rgb(134,115,208); }

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

<style>
 a { background-color: #8673D0; }

 a { background-color: rgb(134,115,208); }

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

<style>
 span { border-color: #8673D0; }

 span { border-color: rgb(134,115,208); }

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