#867DC2

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

Shades of Moody Blue #867DC2

Tints of Moody Blue #867DC2

Color information

#867DC2 (or 0x867DC2) is unknown color: approx Moody Blue. HEX triplet: 86, 7D and C2. RGB value is (134,125,194). Sum of RGB (Red+Green+Blue) = 134+125+194=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #867DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DC2 is #79823D. Grayscale: #878787. Windows color (decimal): -7963198 or 12746118. OLE color: 12746118.

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

Color convert

RGB134125194-
CMYK0.310.3600.24
HSL247.83º36.13%62.55%-
HSV(B)247.83º35.57%76.08%-
XYZ26.923.6354.18-
YUV135.56160.98126.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 194 (76.17% from 255) = 42.83%
R=29.58%
G=27.59%
B=42.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341251940.310.3600.24247.8336.1362.55
Hex867DC21F24018f8243f
Octal20617530237440303704477
Binary100001101111101110000101111110010001100011111000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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