#867ACA

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

Shades of Moody Blue #867ACA

Tints of Moody Blue #867ACA

Color information

#867ACA (or 0x867ACA) is unknown color: approx Moody Blue. HEX triplet: 86, 7A and CA. RGB value is (134,122,202). Sum of RGB (Red+Green+Blue) = 134+122+202=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #867ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ACA is #798535. Grayscale: #868686. Windows color (decimal): -7963958 or 13269638. OLE color: 13269638.

HSL color Cylindrical-coordinate representation of color #867ACA: hue angle of 249º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867ACA is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134122202-
CMYK0.340.4000.21
HSL249º43.01%63.53%-
HSV(B)249º39.6%79.22%-
XYZ27.4523.2558.92-
YUV134.71165.98127.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.26%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=29.26%
G=26.64%
B=44.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341222020.340.4000.2124943.0163.53
Hex867ACA2228015f92b40
Octal206172312425002537153100
Binary10000110111101011001010100010101000010101111110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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