#867DCD

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

Shades of Moody Blue #867DCD

Tints of Moody Blue #867DCD

Color information

#867DCD (or 0x867DCD) is unknown color: approx Moody Blue. HEX triplet: 86, 7D and CD. RGB value is (134,125,205). Sum of RGB (Red+Green+Blue) = 134+125+205=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #867DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DCD is #798232. Grayscale: #888888. Windows color (decimal): -7963187 or 13467014. OLE color: 13467014.

HSL color Cylindrical-coordinate representation of color #867DCD: hue angle of 246.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867DCD is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134125205-
CMYK0.350.3900.20
HSL246.75º44.44%64.71%-
HSV(B)246.75º39.02%80.39%-
XYZ28.1824.1460.93-
YUV136.81166.48126-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=28.88%
G=26.94%
B=44.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341252050.350.3900.20246.7544.4464.71
Hex867DCD2327014f72c41
Octal206175315434702436754101
Binary10000110111110111001101100011100111010100111101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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