#8270BA

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

Shades of Moody Blue #8270BA

Tints of Moody Blue #8270BA

Color information

#8270BA (or 0x8270BA) is unknown color: approx Moody Blue. HEX triplet: 82, 70 and BA. RGB value is (130,112,186). Sum of RGB (Red+Green+Blue) = 130+112+186=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #8270BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270BA is #7D8F45. Grayscale: #7D7D7D. Windows color (decimal): -8228678 or 12218498. OLE color: 12218498.

HSL color Cylindrical-coordinate representation of color #8270BA: hue angle of 254.59º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8270BA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130112186-
CMYK0.300.4000.27
HSL254.59º34.91%58.43%-
HSV(B)254.59º39.78%72.94%-
XYZ23.8619.8849.03-
YUV125.82161.96130.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=30.37%
G=26.17%
B=43.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301121860.300.4000.27254.5934.9158.43
Hex8270BA1E2801Bff233a
Octal20216027236500333774372
Binary100000101110000101110101111010100001101111111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8270BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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