#8678BC

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

Shades of Moody Blue #8678BC

Tints of Moody Blue #8678BC

Color information

#8678BC (or 0x8678BC) is unknown color: approx Moody Blue. HEX triplet: 86, 78 and BC. RGB value is (134,120,188). Sum of RGB (Red+Green+Blue) = 134+120+188=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #8678BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678BC is #798743. Grayscale: #838383. Windows color (decimal): -7964484 or 12351622. OLE color: 12351622.

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

Color convert

RGB134120188-
CMYK0.290.3600.26
HSL252.35º33.66%60.39%-
HSV(B)252.35º36.17%73.73%-
XYZ25.6322.1350.5-
YUV131.94159.64129.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=30.32%
G=27.15%
B=42.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341201880.290.3600.26252.3533.6660.39
Hex8678BC1D2401Afc223c
Octal20617027435440323744274
Binary100001101111000101111001110110010001101011111100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8678BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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