#827CBC

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

Shades of Moody Blue #827CBC

Tints of Moody Blue #827CBC

Color information

#827CBC (or 0x827CBC) is unknown color: approx Moody Blue. HEX triplet: 82, 7C and BC. RGB value is (130,124,188). Sum of RGB (Red+Green+Blue) = 130+124+188=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #827CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CBC is #7D8343. Grayscale: #848484. Windows color (decimal): -8225604 or 12352642. OLE color: 12352642.

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

Color convert

RGB130124188-
CMYK0.310.3400.26
HSL245.62º32.32%61.18%-
HSV(B)245.62º34.04%73.73%-
XYZ25.4922.7950.63-
YUV133.09158.99125.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 124 (48.83% from 255) = 28.05%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=29.41%
G=28.05%
B=42.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301241880.310.3400.26245.6232.3261.18
Hex827CBC1F2201Af6203d
Octal20217427437420323664075
Binary100000101111100101111001111110001001101011110110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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