#867ADA

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

Shades of Moody Blue #867ADA

Tints of Moody Blue #867ADA

Color information

#867ADA (or 0x867ADA) is unknown color: approx Moody Blue. HEX triplet: 86, 7A and DA. RGB value is (134,122,218). Sum of RGB (Red+Green+Blue) = 134+122+218=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #867ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ADA is #798525. Grayscale: #888888. Windows color (decimal): -7963942 or 14318214. OLE color: 14318214.

HSL color Cylindrical-coordinate representation of color #867ADA: hue angle of 247.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867ADA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB134122218-
CMYK0.390.4400.15
HSL247.5º56.47%66.67%-
HSV(B)247.5º44.04%85.49%-
XYZ29.4524.0569.42-
YUV136.53173.98126.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.27%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=28.27%
G=25.74%
B=45.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341222180.390.4400.15247.556.4766.67
Hex867ADA272C0Ff83843
Octal206172332475401737070103
Binary1000011011110101101101010011110110001111111110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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