#867FD1

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

Shades of Moody Blue #867FD1

Tints of Moody Blue #867FD1

Color information

#867FD1 (or 0x867FD1) is unknown color: approx Moody Blue. HEX triplet: 86, 7F and D1. RGB value is (134,127,209). Sum of RGB (Red+Green+Blue) = 134+127+209=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #867FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FD1 is #79802E. Grayscale: #8A8A8A. Windows color (decimal): -7962671 or 13729670. OLE color: 13729670.

HSL color Cylindrical-coordinate representation of color #867FD1: hue angle of 245.12º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867FD1 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134127209-
CMYK0.360.3900.18
HSL245.12º47.13%65.88%-
HSV(B)245.12º39.23%81.96%-
XYZ28.9324.8563.59-
YUV138.44167.82124.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=28.51%
G=27.02%
B=44.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341272090.360.3900.18245.1247.1365.88
Hex867FD12427012f52f42
Octal206177321444702236557102
Binary10000110111111111010001100100100111010010111101011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,209); }

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

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

 a { background-color: rgb(134,127,209); }

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

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

 span { border-color: rgb(134,127,209); }

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