#8276CC

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

Shades of Moody Blue #8276CC

Tints of Moody Blue #8276CC

Color information

#8276CC (or 0x8276CC) is unknown color: approx Moody Blue. HEX triplet: 82, 76 and CC. RGB value is (130,118,204). Sum of RGB (Red+Green+Blue) = 130+118+204=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #8276CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8276CC is #7D8933. Grayscale: #838383. Windows color (decimal): -8227124 or 13399682. OLE color: 13399682.

HSL color Cylindrical-coordinate representation of color #8276CC: hue angle of 248.37º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8276CC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130118204-
CMYK0.360.4200.2
HSL248.37º45.74%63.14%-
HSV(B)248.37º42.16%80%-
XYZ26.5822.0659.98-
YUV131.39168.98127.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=28.76%
G=26.11%
B=45.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301182040.360.4200.2248.3745.7463.14
Hex8276CC242A014f82e3f
Octal20216631444520243705677
Binary1000001011101101100110010010010101001010011111000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8276CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8276CC; }

 p { color: rgb(130,118,204); }

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

<style>
 a { background-color: #8276CC; }

 a { background-color: rgb(130,118,204); }

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

<style>
 span { border-color: #8276CC; }

 span { border-color: rgb(130,118,204); }

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