#867CBC

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

Shades of Moody Blue #867CBC

Tints of Moody Blue #867CBC

Color information

#867CBC (or 0x867CBC) is unknown color: approx Moody Blue. HEX triplet: 86, 7C and BC. RGB value is (134,124,188). Sum of RGB (Red+Green+Blue) = 134+124+188=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #867CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CBC is #798343. Grayscale: #868686. Windows color (decimal): -7963460 or 12352646. OLE color: 12352646.

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

Color convert

RGB134124188-
CMYK0.290.3400.26
HSL249.38º32.32%61.18%-
HSV(B)249.38º34.04%73.73%-
XYZ26.1223.1150.66-
YUV134.29158.31127.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.04%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=30.04%
G=27.80%
B=42.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341241880.290.3400.26249.3832.3261.18
Hex867CBC1D2201Af9203d
Octal20617427435420323714075
Binary100001101111100101111001110110001001101011111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867CBC; }

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

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

<style>
 a { background-color: #867CBC; }

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

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

<style>
 span { border-color: #867CBC; }

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

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