#8272CD

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

Shades of Moody Blue #8272CD

Tints of Moody Blue #8272CD

Color information

#8272CD (or 0x8272CD) is unknown color: approx Moody Blue. HEX triplet: 82, 72 and CD. RGB value is (130,114,205). Sum of RGB (Red+Green+Blue) = 130+114+205=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #8272CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272CD is #7D8D32. Grayscale: #808080. Windows color (decimal): -8228147 or 13464194. OLE color: 13464194.

HSL color Cylindrical-coordinate representation of color #8272CD: hue angle of 250.55º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8272CD is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130114205-
CMYK0.370.4400.20
HSL250.55º47.64%62.55%-
HSV(B)250.55º44.39%80.39%-
XYZ26.2421.1960.46-
YUV129.16170.8128.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=28.95%
G=25.39%
B=45.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301142050.370.4400.20250.5547.6462.55
Hex8272CD252C014fb303f
Octal20216231545540243736077
Binary1000001011100101100110110010110110001010011111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8272CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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