#8A82DB

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

Shades of Moody Blue #8A82DB

Tints of Moody Blue #8A82DB

Color information

#8A82DB (or 0x8A82DB) is unknown color: approx Moody Blue. HEX triplet: 8A, 82 and DB. RGB value is (138,130,219). Sum of RGB (Red+Green+Blue) = 138+130+219=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A82DB is #757D24. Grayscale: #8E8E8E. Windows color (decimal): -7699749 or 14385802. OLE color: 14385802.

HSL color Cylindrical-coordinate representation of color #8A82DB: hue angle of 245.39º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A82DB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138130219-
CMYK0.370.4100.14
HSL245.39º55.28%68.43%-
HSV(B)245.39º40.64%85.88%-
XYZ31.2526.4870.48-
YUV142.54171.15124.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=28.34%
G=26.69%
B=44.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381302190.370.4100.14245.3955.2868.43
Hex8A82DB25290Ef53744
Octal212202333455101636567104
Binary10001010100000101101101110010110100101110111101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A82DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,130,219); }

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

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

 a { background-color: rgb(138,130,219); }

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

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

 span { border-color: rgb(138,130,219); }

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