#8272CC

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

Shades of Moody Blue #8272CC

Tints of Moody Blue #8272CC

Color information

#8272CC (or 0x8272CC) is unknown color: approx Moody Blue. HEX triplet: 82, 72 and CC. RGB value is (130,114,204). Sum of RGB (Red+Green+Blue) = 130+114+204=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #8272CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272CC is #7D8D33. Grayscale: #808080. Windows color (decimal): -8228148 or 13398658. OLE color: 13398658.

HSL color Cylindrical-coordinate representation of color #8272CC: hue angle of 250.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8272CC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130114204-
CMYK0.360.4400.2
HSL250.67º46.88%62.35%-
HSV(B)250.67º44.12%80%-
XYZ26.1221.1459.83-
YUV129.04170.3128.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=29.02%
G=25.45%
B=45.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301142040.360.4400.2250.6746.8862.35
Hex8272CC242C014fb2f3e
Octal20216231444540243735776
Binary1000001011100101100110010010010110001010011111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8272CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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