#8277CE

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

Shades of Moody Blue #8277CE

Tints of Moody Blue #8277CE

Color information

#8277CE (or 0x8277CE) is unknown color: approx Moody Blue. HEX triplet: 82, 77 and CE. RGB value is (130,119,206). Sum of RGB (Red+Green+Blue) = 130+119+206=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #8277CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277CE is #7D8831. Grayscale: #838383. Windows color (decimal): -8226866 or 13531010. OLE color: 13531010.

HSL color Cylindrical-coordinate representation of color #8277CE: hue angle of 247.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8277CE is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130119206-
CMYK0.370.4200.19
HSL247.59º47.03%63.73%-
HSV(B)247.59º42.23%80.78%-
XYZ26.9422.461.3-
YUV132.21169.64126.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=28.57%
G=26.15%
B=45.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301192060.370.4200.19247.5947.0363.73
Hex8277CE252A013f82f40
Octal202167316455202337057100
Binary10000010111011111001110100101101010010011111110001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8277CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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