#826EBD

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

Shades of Moody Blue #826EBD

Tints of Moody Blue #826EBD

Color information

#826EBD (or 0x826EBD) is unknown color: approx Moody Blue. HEX triplet: 82, 6E and BD. RGB value is (130,110,189). Sum of RGB (Red+Green+Blue) = 130+110+189=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #826EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EBD is #7D9142. Grayscale: #7C7C7C. Windows color (decimal): -8229187 or 12414594. OLE color: 12414594.

HSL color Cylindrical-coordinate representation of color #826EBD: hue angle of 255.19º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #826EBD is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130110189-
CMYK0.310.4200.26
HSL255.19º37.44%58.63%-
HSV(B)255.19º41.8%74.12%-
XYZ23.9719.5750.66-
YUV124.99164.13131.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=30.30%
G=25.64%
B=44.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301101890.310.4200.26255.1937.4458.63
Hex826EBD1F2A01Aff253b
Octal20215627537520323774573
Binary100000101101110101111011111110101001101011111111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826EBD; }

 p { color: rgb(130,110,189); }

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

<style>
 a { background-color: #826EBD; }

 a { background-color: rgb(130,110,189); }

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

<style>
 span { border-color: #826EBD; }

 span { border-color: rgb(130,110,189); }

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