#867BC1

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

Shades of Moody Blue #867BC1

Tints of Moody Blue #867BC1

Color information

#867BC1 (or 0x867BC1) is unknown color: approx Moody Blue. HEX triplet: 86, 7B and C1. RGB value is (134,123,193). Sum of RGB (Red+Green+Blue) = 134+123+193=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #867BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BC1 is #79843E. Grayscale: #858585. Windows color (decimal): -7963711 or 12680070. OLE color: 12680070.

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

Color convert

RGB134123193-
CMYK0.310.3600.24
HSL249.43º36.08%61.96%-
HSV(B)249.43º36.27%75.69%-
XYZ26.5423.0853.51-
YUV134.27161.14127.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 193 (75.78% from 255) = 42.89%
R=29.78%
G=27.33%
B=42.89%

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
Decimal1341231930.310.3600.24249.4336.0861.96
Hex867BC11F24018f9243e
Octal20617330137440303714476
Binary100001101111011110000011111110010001100011111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,123,193); }

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

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

 a { background-color: rgb(134,123,193); }

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

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

 span { border-color: rgb(134,123,193); }

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