#827ADF

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

Shades of Moody Blue #827ADF

Tints of Moody Blue #827ADF

Color information

#827ADF (or 0x827ADF) is unknown color: approx Moody Blue. HEX triplet: 82, 7A and DF. RGB value is (130,122,223). Sum of RGB (Red+Green+Blue) = 130+122+223=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #827ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ADF is #7D8520. Grayscale: #878787. Windows color (decimal): -8226081 or 14645890. OLE color: 14645890.

HSL color Cylindrical-coordinate representation of color #827ADF: hue angle of 244.75º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #827ADF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130122223-
CMYK0.420.4500.13
HSL244.75º61.21%67.65%-
HSV(B)244.75º45.29%87.45%-
XYZ29.4823.9972.89-
YUV135.91177.15123.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=27.37%
G=25.68%
B=46.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301222230.420.4500.13244.7561.2167.65
Hex827ADF2A2D0Df53d44
Octal202172337525501536575104
Binary1000001011110101101111110101010110101101111101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,122,223); }

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

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

 a { background-color: rgb(130,122,223); }

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

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

 span { border-color: rgb(130,122,223); }

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