#867DD1

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

Shades of Moody Blue #867DD1

Tints of Moody Blue #867DD1

Color information

#867DD1 (or 0x867DD1) is unknown color: approx Moody Blue. HEX triplet: 86, 7D and D1. RGB value is (134,125,209). Sum of RGB (Red+Green+Blue) = 134+125+209=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #867DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DD1 is #79822E. Grayscale: #888888. Windows color (decimal): -7963183 or 13729158. OLE color: 13729158.

HSL color Cylindrical-coordinate representation of color #867DD1: hue angle of 246.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867DD1 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134125209-
CMYK0.360.4000.18
HSL246.43º47.73%65.49%-
HSV(B)246.43º40.19%81.96%-
XYZ28.6724.3463.51-
YUV137.27168.48125.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 209 (82.03% from 255) = 44.66%
R=28.63%
G=26.71%
B=44.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341252090.360.4000.18246.4347.7365.49
Hex867DD12428012f63041
Octal206175321445002236660101
Binary10000110111110111010001100100101000010010111101101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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