#826DD6

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

Shades of Moody Blue #826DD6

Tints of Moody Blue #826DD6

Color information

#826DD6 (or 0x826DD6) is unknown color: approx Moody Blue. HEX triplet: 82, 6D and D6. RGB value is (130,109,214). Sum of RGB (Red+Green+Blue) = 130+109+214=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #826DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DD6 is #7D9229. Grayscale: #7E7E7E. Windows color (decimal): -8229418 or 14052738. OLE color: 14052738.

HSL color Cylindrical-coordinate representation of color #826DD6: hue angle of 252º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #826DD6 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130109214-
CMYK0.390.4900.16
HSL252º56.15%63.33%-
HSV(B)252º49.07%83.92%-
XYZ26.8120.5466.17-
YUV127.25176.96129.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 214 (83.98% from 255) = 47.24%
R=28.70%
G=24.06%
B=47.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301092140.390.4900.1625256.1563.33
Hex826DD62731010fc383f
Octal20215532647610203747077
Binary1000001011011011101011010011111000101000011111100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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