#826DCE

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

Shades of Moody Blue #826DCE

Tints of Moody Blue #826DCE

Color information

#826DCE (or 0x826DCE) is unknown color: approx Moody Blue. HEX triplet: 82, 6D and CE. RGB value is (130,109,206). Sum of RGB (Red+Green+Blue) = 130+109+206=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #826DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DCE is #7D9231. Grayscale: #7D7D7D. Windows color (decimal): -8229426 or 13528450. OLE color: 13528450.

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

Color convert

RGB130109206-
CMYK0.370.4700.19
HSL252.99º49.74%61.76%-
HSV(B)252.99º47.09%80.78%-
XYZ25.8220.1460.92-
YUV126.34172.96130.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=29.21%
G=24.49%
B=46.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301092060.370.4700.19252.9949.7461.76
Hex826DCE252F013fd323e
Octal20215531645570233756276
Binary1000001011011011100111010010110111101001111111101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,109,206); }

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

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

 a { background-color: rgb(130,109,206); }

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

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

 span { border-color: rgb(130,109,206); }

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