#8782E0

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

Shades of Moody Blue #8782E0

Tints of Moody Blue #8782E0

Color information

#8782E0 (or 0x8782E0) is unknown color: approx Moody Blue. HEX triplet: 87, 82 and E0. RGB value is (135,130,224). Sum of RGB (Red+Green+Blue) = 135+130+224=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #8782E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8782E0 is #787D1F. Grayscale: #8D8D8D. Windows color (decimal): -7896352 or 14713479. OLE color: 14713479.

HSL color Cylindrical-coordinate representation of color #8782E0: hue angle of 243.19º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8782E0 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135130224-
CMYK0.400.4200.12
HSL243.19º60.26%69.41%-
HSV(B)243.19º41.96%87.84%-
XYZ31.4326.573.98-
YUV142.21174.16122.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=27.61%
G=26.58%
B=45.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351302240.400.4200.12243.1960.2669.41
Hex8782E0282A0Cf33c45
Octal207202340505201436374105
Binary10000111100000101110000010100010101001100111100111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8782E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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