#826FC1

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

Shades of Moody Blue #826FC1

Tints of Moody Blue #826FC1

Color information

#826FC1 (or 0x826FC1) is unknown color: approx Moody Blue. HEX triplet: 82, 6F and C1. RGB value is (130,111,193). Sum of RGB (Red+Green+Blue) = 130+111+193=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #826FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FC1 is #7D903E. Grayscale: #7D7D7D. Windows color (decimal): -8228927 or 12676994. OLE color: 12676994.

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

Color convert

RGB130111193-
CMYK0.330.4200.24
HSL253.9º39.81%59.61%-
HSV(B)253.9º42.49%75.69%-
XYZ24.5219.9653.01-
YUV126.03165.79130.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=29.95%
G=25.58%
B=44.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301111930.330.4200.24253.939.8159.61
Hex826FC1212A018fe283c
Octal20215730141520303765074
Binary1000001011011111100000110000110101001100011111110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,111,193); }

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

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

 a { background-color: rgb(130,111,193); }

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

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

 span { border-color: rgb(130,111,193); }

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