#8272BE

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

Shades of Moody Blue #8272BE

Tints of Moody Blue #8272BE

Color information

#8272BE (or 0x8272BE) is unknown color: approx Moody Blue. HEX triplet: 82, 72 and BE. RGB value is (130,114,190). Sum of RGB (Red+Green+Blue) = 130+114+190=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #8272BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272BE is #7D8D41. Grayscale: #7F7F7F. Windows color (decimal): -8228162 or 12481154. OLE color: 12481154.

HSL color Cylindrical-coordinate representation of color #8272BE: hue angle of 252.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8272BE is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130114190-
CMYK0.320.4000.25
HSL252.63º36.89%59.61%-
HSV(B)252.63º40%74.51%-
XYZ24.5220.551.38-
YUV127.45163.3129.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=29.95%
G=26.27%
B=43.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301141900.320.4000.25252.6336.8959.61
Hex8272BE2028019fd253c
Octal20216227640500313754574
Binary1000001011100101011111010000010100001100111111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8272BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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