#827BD6

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

Shades of Moody Blue #827BD6

Tints of Moody Blue #827BD6

Color information

#827BD6 (or 0x827BD6) is unknown color: approx Moody Blue. HEX triplet: 82, 7B and D6. RGB value is (130,123,214). Sum of RGB (Red+Green+Blue) = 130+123+214=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #827BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BD6 is #7D8429. Grayscale: #878787. Windows color (decimal): -8225834 or 14056322. OLE color: 14056322.

HSL color Cylindrical-coordinate representation of color #827BD6: hue angle of 244.62º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827BD6 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130123214-
CMYK0.390.4300.16
HSL244.62º52.6%66.08%-
HSV(B)244.62º42.52%83.92%-
XYZ28.4323.7766.71-
YUV135.47172.32124.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.84%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 214 (83.98% from 255) = 45.82%
R=27.84%
G=26.34%
B=45.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301232140.390.4300.16244.6252.666.08
Hex827BD6272B010f53542
Octal202173326475302036565102
Binary10000010111101111010110100111101011010000111101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,123,214); }

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

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

 a { background-color: rgb(130,123,214); }

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

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

 span { border-color: rgb(130,123,214); }

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