#827CB4

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

Shades of Moody Blue #827CB4

Tints of Moody Blue #827CB4

Color information

#827CB4 (or 0x827CB4) is unknown color: approx Moody Blue. HEX triplet: 82, 7C and B4. RGB value is (130,124,180). Sum of RGB (Red+Green+Blue) = 130+124+180=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #827CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CB4 is #7D834B. Grayscale: #838383. Windows color (decimal): -8225612 or 11828354. OLE color: 11828354.

HSL color Cylindrical-coordinate representation of color #827CB4: hue angle of 246.43º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #827CB4 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB130124180-
CMYK0.280.3100.29
HSL246.43º27.18%59.61%-
HSV(B)246.43º31.11%70.59%-
XYZ24.6522.4646.22-
YUV132.18154.99126.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=29.95%
G=28.57%
B=41.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301241800.280.3100.29246.4327.1859.61
Hex827CB41C1F01Df61b3c
Octal20217426434370353663374
Binary1000001011111001011010011100111110111011111011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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