#8277CD

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

Shades of Moody Blue #8277CD

Tints of Moody Blue #8277CD

Color information

#8277CD (or 0x8277CD) is unknown color: approx Moody Blue. HEX triplet: 82, 77 and CD. RGB value is (130,119,205). Sum of RGB (Red+Green+Blue) = 130+119+205=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8277CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277CD is #7D8832. Grayscale: #838383. Windows color (decimal): -8226867 or 13465474. OLE color: 13465474.

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

Color convert

RGB130119205-
CMYK0.370.4200.20
HSL247.67º46.24%63.53%-
HSV(B)247.67º41.95%80.39%-
XYZ26.8222.3560.66-
YUV132.09169.14126.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.63%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=28.63%
G=26.21%
B=45.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301192050.370.4200.20247.6746.2463.53
Hex8277CD252A014f82e40
Octal202167315455202437056100
Binary10000010111011111001101100101101010010100111110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8277CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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