#867CC2

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

Shades of Moody Blue #867CC2

Tints of Moody Blue #867CC2

Color information

#867CC2 (or 0x867CC2) is unknown color: approx Moody Blue. HEX triplet: 86, 7C and C2. RGB value is (134,124,194). Sum of RGB (Red+Green+Blue) = 134+124+194=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #867CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CC2 is #79833D. Grayscale: #868686. Windows color (decimal): -7963454 or 12745862. OLE color: 12745862.

HSL color Cylindrical-coordinate representation of color #867CC2: hue angle of 248.57º 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 #867CC2 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134124194-
CMYK0.310.3600.24
HSL248.57º36.46%62.35%-
HSV(B)248.57º36.08%76.08%-
XYZ26.7823.3854.14-
YUV134.97161.31127.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 194 (76.17% from 255) = 42.92%
R=29.65%
G=27.43%
B=42.92%

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
Decimal1341241940.310.3600.24248.5736.4662.35
Hex867CC21F24018f9243e
Octal20617430237440303714476
Binary100001101111100110000101111110010001100011111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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