#8279C7

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

Shades of Moody Blue #8279C7

Tints of Moody Blue #8279C7

Color information

#8279C7 (or 0x8279C7) is unknown color: approx Moody Blue. HEX triplet: 82, 79 and C7. RGB value is (130,121,199). Sum of RGB (Red+Green+Blue) = 130+121+199=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 199 - color contains mainly: blue. Hex color #8279C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279C7 is #7D8638. Grayscale: #848484. Windows color (decimal): -8226361 or 13072770. OLE color: 13072770.

HSL color Cylindrical-coordinate representation of color #8279C7: hue angle of 246.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8279C7 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB130121199-
CMYK0.350.3900.22
HSL246.92º41.05%62.75%-
HSV(B)246.92º39.2%78.04%-
XYZ26.3522.5457-
YUV132.58165.48126.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.89%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 199 (78.12% from 255) = 44.22%
R=28.89%
G=26.89%
B=44.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301211990.350.3900.22246.9241.0562.75
Hex8279C72327016f7293f
Octal20217130743470263675177
Binary1000001011110011100011110001110011101011011110111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8279C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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