#8270BF

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

Shades of Moody Blue #8270BF

Tints of Moody Blue #8270BF

Color information

#8270BF (or 0x8270BF) is unknown color: approx Moody Blue. HEX triplet: 82, 70 and BF. RGB value is (130,112,191). Sum of RGB (Red+Green+Blue) = 130+112+191=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #8270BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270BF is #7D8F40. Grayscale: #7E7E7E. Windows color (decimal): -8228673 or 12546178. OLE color: 12546178.

HSL color Cylindrical-coordinate representation of color #8270BF: hue angle of 253.67º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8270BF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130112191-
CMYK0.320.4100.25
HSL253.67º38.16%59.41%-
HSV(B)253.67º41.36%74.9%-
XYZ24.420.151.88-
YUV126.39164.46130.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 191 (75% from 255) = 44.11%
R=30.02%
G=25.87%
B=44.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301121910.320.4100.25253.6738.1659.41
Hex8270BF2029019fe263b
Octal20216027740510313764673
Binary1000001011100001011111110000010100101100111111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8270BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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