#8277CC

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

Shades of Moody Blue #8277CC

Tints of Moody Blue #8277CC

Color information

#8277CC (or 0x8277CC) is unknown color: approx Moody Blue. HEX triplet: 82, 77 and CC. RGB value is (130,119,204). Sum of RGB (Red+Green+Blue) = 130+119+204=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #8277CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277CC is #7D8833. Grayscale: #838383. Windows color (decimal): -8226868 or 13399938. OLE color: 13399938.

HSL color Cylindrical-coordinate representation of color #8277CC: hue angle of 247.76º degrees, saturation: 0.45, 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 #8277CC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130119204-
CMYK0.360.4200.2
HSL247.76º45.45%63.33%-
HSV(B)247.76º41.67%80%-
XYZ26.722.360.02-
YUV131.98168.64126.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=28.70%
G=26.27%
B=45.03%

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
Decimal1301192040.360.4200.2247.7645.4563.33
Hex8277CC242A014f82d3f
Octal20216731444520243705577
Binary1000001011101111100110010010010101001010011111000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8277CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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