#827ACF

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

Shades of Moody Blue #827ACF

Tints of Moody Blue #827ACF

Color information

#827ACF (or 0x827ACF) is unknown color: approx Moody Blue. HEX triplet: 82, 7A and CF. RGB value is (130,122,207). Sum of RGB (Red+Green+Blue) = 130+122+207=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #827ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ACF is #7D8530. Grayscale: #858585. Windows color (decimal): -8226097 or 13597314. OLE color: 13597314.

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

Color convert

RGB130122207-
CMYK0.370.4100.19
HSL245.65º46.96%64.51%-
HSV(B)245.65º41.06%81.18%-
XYZ27.4323.1762.06-
YUV134.08169.15125.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=28.32%
G=26.58%
B=45.10%

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
Decimal1301222070.370.4100.19245.6546.9664.51
Hex827ACF2529013f62f41
Octal202172317455102336657101
Binary10000010111101011001111100101101001010011111101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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