#826ECA

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

Shades of Moody Blue #826ECA

Tints of Moody Blue #826ECA

Color information

#826ECA (or 0x826ECA) is unknown color: approx Moody Blue. HEX triplet: 82, 6E and CA. RGB value is (130,110,202). Sum of RGB (Red+Green+Blue) = 130+110+202=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #826ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ECA is #7D9135. Grayscale: #7E7E7E. Windows color (decimal): -8229174 or 13266562. OLE color: 13266562.

HSL color Cylindrical-coordinate representation of color #826ECA: hue angle of 253.04º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #826ECA is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130110202-
CMYK0.360.4600.21
HSL253.04º46.46%61.18%-
HSV(B)253.04º45.54%79.22%-
XYZ25.4420.1658.43-
YUV126.47170.63130.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=29.41%
G=24.89%
B=45.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301102020.360.4600.21253.0446.4661.18
Hex826ECA242E015fd2e3d
Octal20215631244560253755675
Binary1000001011011101100101010010010111001010111111101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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