#827DDA

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

Shades of Moody Blue #827DDA

Tints of Moody Blue #827DDA

Color information

#827DDA (or 0x827DDA) is unknown color: approx Moody Blue. HEX triplet: 82, 7D and DA. RGB value is (130,125,218). Sum of RGB (Red+Green+Blue) = 130+125+218=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #827DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DDA is #7D8225. Grayscale: #888888. Windows color (decimal): -8225318 or 14318978. OLE color: 14318978.

HSL color Cylindrical-coordinate representation of color #827DDA: hue angle of 243.23º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827DDA is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130125218-
CMYK0.400.4300.15
HSL243.23º55.69%67.25%-
HSV(B)243.23º42.66%85.49%-
XYZ29.1924.4869.52-
YUV137.1173.66122.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.48%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=27.48%
G=26.43%
B=46.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301252180.400.4300.15243.2355.6967.25
Hex827DDA282B0Ff33843
Octal202175332505301736370103
Binary1000001011111011101101010100010101101111111100111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,125,218); }

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

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

 a { background-color: rgb(130,125,218); }

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

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

 span { border-color: rgb(130,125,218); }

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