#867ACE

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

Shades of Moody Blue #867ACE

Tints of Moody Blue #867ACE

Color information

#867ACE (or 0x867ACE) is unknown color: approx Moody Blue. HEX triplet: 86, 7A and CE. RGB value is (134,122,206). Sum of RGB (Red+Green+Blue) = 134+122+206=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #867ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ACE is #798531. Grayscale: #868686. Windows color (decimal): -7963954 or 13531782. OLE color: 13531782.

HSL color Cylindrical-coordinate representation of color #867ACE: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #867ACE is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134122206-
CMYK0.350.4100.19
HSL248.57º46.15%64.31%-
HSV(B)248.57º40.78%80.78%-
XYZ27.9323.4461.45-
YUV135.16167.98127.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 206 (80.86% from 255) = 44.59%
R=29.00%
G=26.41%
B=44.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341222060.350.4100.19248.5746.1564.31
Hex867ACE2329013f92e40
Octal206172316435102337156100
Binary10000110111101011001110100011101001010011111110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,122,206); }

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

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

 a { background-color: rgb(134,122,206); }

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

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

 span { border-color: rgb(134,122,206); }

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