#827CC1

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

Shades of Moody Blue #827CC1

Tints of Moody Blue #827CC1

Color information

#827CC1 (or 0x827CC1) is unknown color: approx Moody Blue. HEX triplet: 82, 7C and C1. RGB value is (130,124,193). Sum of RGB (Red+Green+Blue) = 130+124+193=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #827CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CC1 is #7D833E. Grayscale: #858585. Windows color (decimal): -8225599 or 12680322. OLE color: 12680322.

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

Color convert

RGB130124193-
CMYK0.330.3600.24
HSL245.22º35.75%62.16%-
HSV(B)245.22º35.75%75.69%-
XYZ26.0423.0153.52-
YUV133.66161.49125.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 193 (75.78% from 255) = 43.18%
R=29.08%
G=27.74%
B=43.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301241930.330.3600.24245.2235.7562.16
Hex827CC12124018f5243e
Octal20217430141440303654476
Binary1000001011111001100000110000110010001100011110101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,124,193); }

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

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

 a { background-color: rgb(130,124,193); }

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

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

 span { border-color: rgb(130,124,193); }

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