#8678C2

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

Shades of Moody Blue #8678C2

Tints of Moody Blue #8678C2

Color information

#8678C2 (or 0x8678C2) is unknown color: approx Moody Blue. HEX triplet: 86, 78 and C2. RGB value is (134,120,194). Sum of RGB (Red+Green+Blue) = 134+120+194=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #8678C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678C2 is #79873D. Grayscale: #848484. Windows color (decimal): -7964478 or 12744838. OLE color: 12744838.

HSL color Cylindrical-coordinate representation of color #8678C2: hue angle of 251.35º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8678C2 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134120194-
CMYK0.310.3800.24
HSL251.35º37.76%61.57%-
HSV(B)251.35º38.14%76.08%-
XYZ26.2922.453.98-
YUV132.62162.64128.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 194 (76.17% from 255) = 43.30%
R=29.91%
G=26.79%
B=43.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341201940.310.3800.24251.3537.7661.57
Hex8678C21F26018fb263e
Octal20617030237460303734676
Binary100001101111000110000101111110011001100011111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8678C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8678C2; }

 p { color: rgb(134,120,194); }

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

<style>
 a { background-color: #8678C2; }

 a { background-color: rgb(134,120,194); }

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

<style>
 span { border-color: #8678C2; }

 span { border-color: rgb(134,120,194); }

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