#8275BA

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

Shades of Moody Blue #8275BA

Tints of Moody Blue #8275BA

Color information

#8275BA (or 0x8275BA) is unknown color: approx Moody Blue. HEX triplet: 82, 75 and BA. RGB value is (130,117,186). Sum of RGB (Red+Green+Blue) = 130+117+186=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8275BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8275BA is #7D8A45. Grayscale: #808080. Windows color (decimal): -8227398 or 12219778. OLE color: 12219778.

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

Color convert

RGB130117186-
CMYK0.300.3700.27
HSL251.3º33.33%59.41%-
HSV(B)251.3º37.1%72.94%-
XYZ24.4321.0149.22-
YUV128.75160.31128.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=30.02%
G=27.02%
B=42.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301171860.300.3700.27251.333.3359.41
Hex8275BA1E2501Bfb213b
Octal20216527236450333734173
Binary100000101110101101110101111010010101101111111011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8275BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8275BA; }

 p { color: rgb(130,117,186); }

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

<style>
 a { background-color: #8275BA; }

 a { background-color: rgb(130,117,186); }

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

<style>
 span { border-color: #8275BA; }

 span { border-color: rgb(130,117,186); }

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