#8A7ACF

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

Shades of Moody Blue #8A7ACF

Tints of Moody Blue #8A7ACF

Color information

#8A7ACF (or 0x8A7ACF) is unknown color: approx Moody Blue. HEX triplet: 8A, 7A and CF. RGB value is (138,122,207). Sum of RGB (Red+Green+Blue) = 138+122+207=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A7ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ACF is #758530. Grayscale: #888888. Windows color (decimal): -7701809 or 13597322. OLE color: 13597322.

HSL color Cylindrical-coordinate representation of color #8A7ACF: hue angle of 251.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A7ACF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138122207-
CMYK0.330.4100.19
HSL251.29º46.96%64.51%-
HSV(B)251.29º41.06%81.18%-
XYZ28.723.8362.12-
YUV136.47167.8129.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.55%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=29.55%
G=26.12%
B=44.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381222070.330.4100.19251.2946.9664.51
Hex8A7ACF2129013fb2f41
Octal212172317415102337357101
Binary10001010111101011001111100001101001010011111110111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7ACF; }

 p { color: rgb(138,122,207); }

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

<style>
 a { background-color: #8A7ACF; }

 a { background-color: rgb(138,122,207); }

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

<style>
 span { border-color: #8A7ACF; }

 span { border-color: rgb(138,122,207); }

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