Html Css Color HEX #826EC0 Moody Blue

📋 copy color: '#826EC0'

red 130 ◦ green 110 ◦ blue 192

#826EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #826EC0

Tints of Moody Blue #826EC0

RGB

 RED value IS 130 (51.17% from 255) = 30.09%

 GREEN value IS 110 (43.36% from 255) = 25.46%

 BLUE value IS 192 (75.39% from 255) = 44.44%

R = 30.09%
G = 25.46%
B = 44.44%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#826EC0 (or 0x826EC0) is known color: Moody Blue. HEX triplet: 82, 6E and C0. RGB value is (130,110,192). Sum of RGB (Red+Green+Blue) = 130+110+192=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #826EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EC0 is #7D913F. Grayscale: #7D7D7D. Windows color (decimal): -8229184 or 12611202. OLE color: 12611202.

HSL color Cylindrical-coordinate representation of color #826EC0: hue angle of 254.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #826EC0 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 110 192 -
CMYK 0.32 0.43 0 0.25
HSL 254.63º 0.39% 0.59% -
HSV(B) 254.63º 0.43% 0.75% -
XYZ 24.3 19.7 52.39 -
YUV 125.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 130 110 192 0.32 0.43 0 0.25 254.63 0.39 0.59
Hex 82 6E C0 20 2B 0 19 FF 27 3B
Octal 202 156 300 40 53 0 31 377 47 73
Binary 10000010 1101110 11000000 100000 101011 0 11001 11111111 100111 111011

Color Harmonies of #826EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826EC0

Black with #826EC0

Text Example


Text Example

White with #826EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #826EC0;
 }
 .AnyTagClassName
 {
   color: #826EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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