#8272BD

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

Shades of Moody Blue #8272BD

Tints of Moody Blue #8272BD

Color information

#8272BD (or 0x8272BD) is unknown color: approx Moody Blue. HEX triplet: 82, 72 and BD. RGB value is (130,114,189). Sum of RGB (Red+Green+Blue) = 130+114+189=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #8272BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272BD is #7D8D42. Grayscale: #7F7F7F. Windows color (decimal): -8228163 or 12415618. OLE color: 12415618.

HSL color Cylindrical-coordinate representation of color #8272BD: hue angle of 252.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8272BD is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130114189-
CMYK0.310.4000.26
HSL252.8º36.23%59.41%-
HSV(B)252.8º39.68%74.12%-
XYZ24.4120.4550.81-
YUV127.33162.8129.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=30.02%
G=26.33%
B=43.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301141890.310.4000.26252.836.2359.41
Hex8272BD1F2801Afd243b
Octal20216227537500323754473
Binary100000101110010101111011111110100001101011111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8272BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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