#827ABC

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

Shades of Moody Blue #827ABC

Tints of Moody Blue #827ABC

Color information

#827ABC (or 0x827ABC) is unknown color: approx Moody Blue. HEX triplet: 82, 7A and BC. RGB value is (130,122,188). Sum of RGB (Red+Green+Blue) = 130+122+188=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #827ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ABC is #7D8543. Grayscale: #838383. Windows color (decimal): -8226116 or 12352130. OLE color: 12352130.

HSL color Cylindrical-coordinate representation of color #827ABC: hue angle of 247.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827ABC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130122188-
CMYK0.310.3500.26
HSL247.27º33%60.78%-
HSV(B)247.27º35.11%73.73%-
XYZ25.2422.350.55-
YUV131.92159.65126.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 188 (73.83% from 255) = 42.73%
R=29.55%
G=27.73%
B=42.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301221880.310.3500.26247.273360.78
Hex827ABC1F2301Af7213d
Octal20217227437430323674175
Binary100000101111010101111001111110001101101011110111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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