#8782DB

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

Shades of Moody Blue #8782DB

Tints of Moody Blue #8782DB

Color information

#8782DB (or 0x8782DB) is unknown color: approx Moody Blue. HEX triplet: 87, 82 and DB. RGB value is (135,130,219). Sum of RGB (Red+Green+Blue) = 135+130+219=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8782DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8782DB is #787D24. Grayscale: #8D8D8D. Windows color (decimal): -7896357 or 14385799. OLE color: 14385799.

HSL color Cylindrical-coordinate representation of color #8782DB: hue angle of 243.37º 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 #8782DB is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135130219-
CMYK0.380.4100.14
HSL243.37º55.28%68.43%-
HSV(B)243.37º40.64%85.88%-
XYZ30.7626.2370.46-
YUV141.64171.66123.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.89%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=27.89%
G=26.86%
B=45.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351302190.380.4100.14243.3755.2868.43
Hex8782DB26290Ef33744
Octal207202333465101636367104
Binary10000111100000101101101110011010100101110111100111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8782DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8782DB; }

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

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

<style>
 a { background-color: #8782DB; }

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

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

<style>
 span { border-color: #8782DB; }

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

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