#827ABA

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

Shades of Moody Blue #827ABA

Tints of Moody Blue #827ABA

Color information

#827ABA (or 0x827ABA) is unknown color: approx Moody Blue. HEX triplet: 82, 7A and BA. RGB value is (130,122,186). Sum of RGB (Red+Green+Blue) = 130+122+186=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #827ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ABA is #7D8545. Grayscale: #838383. Windows color (decimal): -8226118 or 12221058. OLE color: 12221058.

HSL color Cylindrical-coordinate representation of color #827ABA: hue angle of 247.5º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827ABA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130122186-
CMYK0.300.3400.27
HSL247.5º31.68%60.39%-
HSV(B)247.5º34.41%72.94%-
XYZ25.0322.2149.42-
YUV131.69158.65126.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.68%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=29.68%
G=27.85%
B=42.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301221860.300.3400.27247.531.6860.39
Hex827ABA1E2201Bf8203c
Octal20217227236420333704074
Binary100000101111010101110101111010001001101111111000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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