#827AC0

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

Shades of Moody Blue #827AC0

Tints of Moody Blue #827AC0

Color information

#827AC0 (or 0x827AC0) is unknown color: approx Moody Blue. HEX triplet: 82, 7A and C0. RGB value is (130,122,192). Sum of RGB (Red+Green+Blue) = 130+122+192=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #827AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AC0 is #7D853F. Grayscale: #848484. Windows color (decimal): -8226112 or 12614274. OLE color: 12614274.

HSL color Cylindrical-coordinate representation of color #827AC0: hue angle of 246.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #827AC0 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130122192-
CMYK0.320.3600.25
HSL246.86º35.71%61.57%-
HSV(B)246.86º36.46%75.29%-
XYZ25.6822.4752.85-
YUV132.37161.65126.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.28%
GREEN value IS 122 (48.05% from 255) = 27.48%
BLUE value IS 192 (75.39% from 255) = 43.24%
R=29.28%
G=27.48%
B=43.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301221920.320.3600.25246.8635.7161.57
Hex827AC02024019f7243e
Octal20217230040440313674476
Binary1000001011110101100000010000010010001100111110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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