#867DD4

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

Shades of Moody Blue #867DD4

Tints of Moody Blue #867DD4

Color information

#867DD4 (or 0x867DD4) is unknown color: approx Moody Blue. HEX triplet: 86, 7D and D4. RGB value is (134,125,212). Sum of RGB (Red+Green+Blue) = 134+125+212=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #867DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DD4 is #79822B. Grayscale: #898989. Windows color (decimal): -7963180 or 13925766. OLE color: 13925766.

HSL color Cylindrical-coordinate representation of color #867DD4: hue angle of 246.21º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #867DD4 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB134125212-
CMYK0.370.4100.17
HSL246.21º50.29%66.08%-
HSV(B)246.21º41.04%83.14%-
XYZ29.0524.4965.48-
YUV137.61169.98125.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 212 (83.20% from 255) = 45.01%
R=28.45%
G=26.54%
B=45.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1341252120.370.4100.17246.2150.2966.08
Hex867DD42529011f63242
Octal206175324455102136662102
Binary10000110111110111010100100101101001010001111101101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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