#8185D1

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

Shades of Moody Blue #8185D1

Tints of Moody Blue #8185D1

Color information

#8185D1 (or 0x8185D1) is unknown color: approx Moody Blue. HEX triplet: 81, 85 and D1. RGB value is (129,133,209). Sum of RGB (Red+Green+Blue) = 129+133+209=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #8185D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8185D1 is #7E7A2E. Grayscale: #8C8C8C. Windows color (decimal): -8288815 or 13731201. OLE color: 13731201.

HSL color Cylindrical-coordinate representation of color #8185D1: hue angle of 237º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8185D1 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129133209-
CMYK0.380.3600.18
HSL237º46.51%66.27%-
HSV(B)237º38.28%81.96%-
XYZ28.9526.0563.82-
YUV140.47166.67119.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=27.39%
G=28.24%
B=44.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291332090.380.3600.1823746.5166.27
Hex8185D12624012ed2f42
Octal201205321464402235557102
Binary100000011000010111010001100110100100010010111011011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8185D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,133,209); }

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

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

 a { background-color: rgb(129,133,209); }

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

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

 span { border-color: rgb(129,133,209); }

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