#8A84DF

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

Shades of Moody Blue #8A84DF

Tints of Moody Blue #8A84DF

Color information

#8A84DF (or 0x8A84DF) is unknown color: approx Moody Blue. HEX triplet: 8A, 84 and DF. RGB value is (138,132,223). Sum of RGB (Red+Green+Blue) = 138+132+223=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A84DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A84DF is #757B20. Grayscale: #8F8F8F. Windows color (decimal): -7699233 or 14648458. OLE color: 14648458.

HSL color Cylindrical-coordinate representation of color #8A84DF: hue angle of 243.96º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A84DF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138132223-
CMYK0.380.4100.13
HSL243.96º58.71%69.61%-
HSV(B)243.96º40.81%87.45%-
XYZ32.0527.2373.38-
YUV144.17172.49123.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.99%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 223 (87.5% from 255) = 45.23%
R=27.99%
G=26.77%
B=45.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381322230.380.4100.13243.9658.7169.61
Hex8A84DF26290Df43b46
Octal212204337465101536473106
Binary10001010100001001101111110011010100101101111101001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A84DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,132,223); }

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

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

 a { background-color: rgb(138,132,223); }

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

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

 span { border-color: rgb(138,132,223); }

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