#8272BB

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

Shades of Moody Blue #8272BB

Tints of Moody Blue #8272BB

Color information

#8272BB (or 0x8272BB) is unknown color: approx Moody Blue. HEX triplet: 82, 72 and BB. RGB value is (130,114,187). Sum of RGB (Red+Green+Blue) = 130+114+187=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #8272BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272BB is #7D8D44. Grayscale: #7E7E7E. Windows color (decimal): -8228165 or 12284546. OLE color: 12284546.

HSL color Cylindrical-coordinate representation of color #8272BB: hue angle of 253.15º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8272BB is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130114187-
CMYK0.300.3900.27
HSL253.15º34.93%59.02%-
HSV(B)253.15º39.04%73.33%-
XYZ24.1920.3749.67-
YUV127.11161.8130.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=30.16%
G=26.45%
B=43.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301141870.300.3900.27253.1534.9359.02
Hex8272BB1E2701Bfd233b
Octal20216227336470333754373
Binary100000101110010101110111111010011101101111111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8272BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8272BB; }

 p { color: rgb(130,114,187); }

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

<style>
 a { background-color: #8272BB; }

 a { background-color: rgb(130,114,187); }

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

<style>
 span { border-color: #8272BB; }

 span { border-color: rgb(130,114,187); }

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