#827BD7

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

Shades of Moody Blue #827BD7

Tints of Moody Blue #827BD7

Color information

#827BD7 (or 0x827BD7) is unknown color: approx Moody Blue. HEX triplet: 82, 7B and D7. RGB value is (130,123,215). Sum of RGB (Red+Green+Blue) = 130+123+215=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #827BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BD7 is #7D8428. Grayscale: #878787. Windows color (decimal): -8225833 or 14121858. OLE color: 14121858.

HSL color Cylindrical-coordinate representation of color #827BD7: hue angle of 244.57º 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 #827BD7 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130123215-
CMYK0.400.4300.16
HSL244.57º53.49%66.27%-
HSV(B)244.57º42.79%84.31%-
XYZ28.5523.8267.38-
YUV135.58172.82124.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.78%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 215 (84.38% from 255) = 45.94%
R=27.78%
G=26.28%
B=45.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301232150.400.4300.16244.5753.4966.27
Hex827BD7282B010f53542
Octal202173327505302036565102
Binary10000010111101111010111101000101011010000111101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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