#8481AF

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

Shades of Moody Blue #8481AF

Tints of Moody Blue #8481AF

Color information

#8481AF (or 0x8481AF) is unknown color: approx Moody Blue. HEX triplet: 84, 81 and AF. RGB value is (132,129,175). Sum of RGB (Red+Green+Blue) = 132+129+175=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #8481AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8481AF is #7B7E50. Grayscale: #868686. Windows color (decimal): -8093265 or 11501956. OLE color: 11501956.

HSL color Cylindrical-coordinate representation of color #8481AF: hue angle of 243.91º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8481AF is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132129175-
CMYK0.250.2600.31
HSL243.91º22.33%59.61%-
HSV(B)243.91º26.29%68.63%-
XYZ25.123.743.81-
YUV135.14150.49125.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=30.28%
G=29.59%
B=40.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321291750.250.2600.31243.9122.3359.61
Hex8481AF191A01Ff4163c
Octal20420125731320373642674
Binary10000100100000011010111111001110100111111111010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8481AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8481AF; }

 p { color: rgb(132,129,175); }

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

<style>
 a { background-color: #8481AF; }

 a { background-color: rgb(132,129,175); }

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

<style>
 span { border-color: #8481AF; }

 span { border-color: rgb(132,129,175); }

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