#8270BD

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

Shades of Moody Blue #8270BD

Tints of Moody Blue #8270BD

Color information

#8270BD (or 0x8270BD) is unknown color: approx Moody Blue. HEX triplet: 82, 70 and BD. RGB value is (130,112,189). Sum of RGB (Red+Green+Blue) = 130+112+189=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #8270BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270BD is #7D8F42. Grayscale: #7D7D7D. Windows color (decimal): -8228675 or 12415106. OLE color: 12415106.

HSL color Cylindrical-coordinate representation of color #8270BD: hue angle of 254.03º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8270BD is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130112189-
CMYK0.310.4100.26
HSL254.03º36.84%59.02%-
HSV(B)254.03º40.74%74.12%-
XYZ24.1920.0150.73-
YUV126.16163.46130.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=30.16%
G=25.99%
B=43.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301121890.310.4100.26254.0336.8459.02
Hex8270BD1F2901Afe253b
Octal20216027537510323764573
Binary100000101110000101111011111110100101101011111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8270BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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