#8276DC

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

Shades of Moody Blue #8276DC

Tints of Moody Blue #8276DC

Color information

#8276DC (or 0x8276DC) is unknown color: approx Moody Blue. HEX triplet: 82, 76 and DC. RGB value is (130,118,220). Sum of RGB (Red+Green+Blue) = 130+118+220=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #8276DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8276DC is #7D8923. Grayscale: #848484. Windows color (decimal): -8227108 or 14448258. OLE color: 14448258.

HSL color Cylindrical-coordinate representation of color #8276DC: hue angle of 247.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8276DC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130118220-
CMYK0.410.4600.14
HSL247.06º59.3%66.27%-
HSV(B)247.06º46.36%86.27%-
XYZ28.622.8770.62-
YUV133.22176.98125.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.78%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=27.78%
G=25.21%
B=47.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301182200.410.4600.14247.0659.366.27
Hex8276DC292E0Ef73b42
Octal202166334515601636773102
Binary1000001011101101101110010100110111001110111101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8276DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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