#8D82CB

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

Shades of Moody Blue #8D82CB

Tints of Moody Blue #8D82CB

Color information

#8D82CB (or 0x8D82CB) is unknown color: approx Moody Blue. HEX triplet: 8D, 82 and CB. RGB value is (141,130,203). Sum of RGB (Red+Green+Blue) = 141+130+203=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D82CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D82CB is #727D34. Grayscale: #8D8D8D. Windows color (decimal): -7503157 or 13337229. OLE color: 13337229.

HSL color Cylindrical-coordinate representation of color #8D82CB: hue angle of 249.04º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D82CB is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141130203-
CMYK0.310.3600.20
HSL249.04º41.24%65.29%-
HSV(B)249.04º35.96%79.61%-
XYZ29.7525.9459.94-
YUV141.61162.64127.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=29.75%
G=27.43%
B=42.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411302030.310.3600.20249.0441.2465.29
Hex8D82CB1F24014f92941
Octal215202313374402437151101
Binary10001101100000101100101111111100100010100111110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,130,203); }

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

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

 a { background-color: rgb(141,130,203); }

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

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

 span { border-color: rgb(141,130,203); }

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