#826DC3

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

Shades of Moody Blue #826DC3

Tints of Moody Blue #826DC3

Color information

#826DC3 (or 0x826DC3) is unknown color: approx Moody Blue. HEX triplet: 82, 6D and C3. RGB value is (130,109,195). Sum of RGB (Red+Green+Blue) = 130+109+195=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #826DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DC3 is #7D923C. Grayscale: #7C7C7C. Windows color (decimal): -8229437 or 12807554. OLE color: 12807554.

HSL color Cylindrical-coordinate representation of color #826DC3: hue angle of 254.65º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #826DC3 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB130109195-
CMYK0.330.4400.24
HSL254.65º41.75%59.61%-
HSV(B)254.65º44.1%76.47%-
XYZ24.5219.6254.12-
YUV125.08167.46131.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 195 (76.56% from 255) = 44.93%
R=29.95%
G=25.12%
B=44.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301091950.330.4400.24254.6541.7559.61
Hex826DC3212C018ff2a3c
Octal20215530341540303775274
Binary1000001011011011100001110000110110001100011111111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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