#8A84CD

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

Shades of Moody Blue #8A84CD

Tints of Moody Blue #8A84CD

Color information

#8A84CD (or 0x8A84CD) is unknown color: approx Moody Blue. HEX triplet: 8A, 84 and CD. RGB value is (138,132,205). Sum of RGB (Red+Green+Blue) = 138+132+205=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A84CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A84CD is #757B32. Grayscale: #8D8D8D. Windows color (decimal): -7699251 or 13468810. OLE color: 13468810.

HSL color Cylindrical-coordinate representation of color #8A84CD: hue angle of 244.93º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A84CD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138132205-
CMYK0.330.3600.20
HSL244.93º42.2%66.08%-
HSV(B)244.93º35.61%80.39%-
XYZ29.7526.3161.27-
YUV142.12163.49125.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=29.05%
G=27.79%
B=43.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381322050.330.3600.20244.9342.266.08
Hex8A84CD2124014f52a42
Octal212204315414402436552102
Binary100010101000010011001101100001100100010100111101011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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