#827AC7

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

Shades of Moody Blue #827AC7

Tints of Moody Blue #827AC7

Color information

#827AC7 (or 0x827AC7) is unknown color: approx Moody Blue. HEX triplet: 82, 7A and C7. RGB value is (130,122,199). Sum of RGB (Red+Green+Blue) = 130+122+199=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 199 - color contains mainly: blue. Hex color #827AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AC7 is #7D8538. Grayscale: #848484. Windows color (decimal): -8226105 or 13073026. OLE color: 13073026.

HSL color Cylindrical-coordinate representation of color #827AC7: hue angle of 246.23º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827AC7 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB130122199-
CMYK0.350.3900.22
HSL246.23º40.74%62.94%-
HSV(B)246.23º38.69%78.04%-
XYZ26.4722.7957.04-
YUV133.17165.15125.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.82%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 199 (78.12% from 255) = 44.12%
R=28.82%
G=27.05%
B=44.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301221990.350.3900.22246.2340.7462.94
Hex827AC72327016f6293f
Octal20217230743470263665177
Binary1000001011110101100011110001110011101011011110110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827AC7; }

 p { color: rgb(130,122,199); }

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

<style>
 a { background-color: #827AC7; }

 a { background-color: rgb(130,122,199); }

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

<style>
 span { border-color: #827AC7; }

 span { border-color: rgb(130,122,199); }

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