#827ACE

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

Shades of Moody Blue #827ACE

Tints of Moody Blue #827ACE

Color information

#827ACE (or 0x827ACE) is unknown color: approx Moody Blue. HEX triplet: 82, 7A and CE. RGB value is (130,122,206). Sum of RGB (Red+Green+Blue) = 130+122+206=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #827ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ACE is #7D8531. Grayscale: #858585. Windows color (decimal): -8226098 or 13531778. OLE color: 13531778.

HSL color Cylindrical-coordinate representation of color #827ACE: hue angle of 245.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #827ACE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130122206-
CMYK0.370.4100.19
HSL245.71º46.15%64.31%-
HSV(B)245.71º40.78%80.78%-
XYZ27.3123.1261.42-
YUV133.97168.65125.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.38%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=28.38%
G=26.64%
B=44.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301222060.370.4100.19245.7146.1564.31
Hex827ACE2529013f62e40
Octal202172316455102336656100
Binary10000010111101011001110100101101001010011111101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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