#8874D1

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

Shades of Moody Blue #8874D1

Tints of Moody Blue #8874D1

Color information

#8874D1 (or 0x8874D1) is unknown color: approx Moody Blue. HEX triplet: 88, 74 and D1. RGB value is (136,116,209). Sum of RGB (Red+Green+Blue) = 136+116+209=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #8874D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8874D1 is #778B2E. Grayscale: #848484. Windows color (decimal): -7834415 or 13726856. OLE color: 13726856.

HSL color Cylindrical-coordinate representation of color #8874D1: hue angle of 252.9º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8874D1 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136116209-
CMYK0.350.4400.18
HSL252.9º50.27%63.73%-
HSV(B)252.9º44.5%81.96%-
XYZ27.9122.3363.16-
YUV132.58171.13130.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=29.50%
G=25.16%
B=45.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361162090.350.4400.18252.950.2763.73
Hex8874D1232C012fd3240
Octal210164321435402237562100
Binary10001000111010011010001100011101100010010111111011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8874D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8874D1; }

 p { color: rgb(136,116,209); }

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

<style>
 a { background-color: #8874D1; }

 a { background-color: rgb(136,116,209); }

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

<style>
 span { border-color: #8874D1; }

 span { border-color: rgb(136,116,209); }

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