#8279BE

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

Shades of Moody Blue #8279BE

Tints of Moody Blue #8279BE

Color information

#8279BE (or 0x8279BE) is unknown color: approx Moody Blue. HEX triplet: 82, 79 and BE. RGB value is (130,121,190). Sum of RGB (Red+Green+Blue) = 130+121+190=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8279BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279BE is #7D8641. Grayscale: #838383. Windows color (decimal): -8226370 or 12482946. OLE color: 12482946.

HSL color Cylindrical-coordinate representation of color #8279BE: hue angle of 247.83º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8279BE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130121190-
CMYK0.320.3600.25
HSL247.83º34.67%60.98%-
HSV(B)247.83º36.32%74.51%-
XYZ25.3422.1451.65-
YUV131.56160.98126.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.48%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=29.48%
G=27.44%
B=43.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301211900.320.3600.25247.8334.6760.98
Hex8279BE2024019f8233d
Octal20217127640440313704375
Binary1000001011110011011111010000010010001100111111000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8279BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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