Html Css Color HEX #826DCD Moody Blue

📋 copy color: '#826DCD'

red 130 ◦ green 109 ◦ blue 205

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

Shades of Moody Blue #826DCD

Tints of Moody Blue #826DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.55%

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 29.28%
G = 24.55%
B = 46.17%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#826DCD (or 0x826DCD) is known color: Moody Blue. HEX triplet: 82, 6D and CD. RGB value is (130,109,205). Sum of RGB (Red+Green+Blue) = 130+109+205=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #826DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DCD is #7D9232. Grayscale: #7D7D7D. Windows color (decimal): -8229427 or 13462914. OLE color: 13462914.

HSL color Cylindrical-coordinate representation of color #826DCD: hue angle of 253.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #826DCD is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 109 205 -
CMYK 0.37 0.47 0 0.20
HSL 253.13º 0.49% 0.62% -
HSV(B) 253.13º 0.47% 0.8% -
XYZ 25.69 20.09 60.28 -
YUV 126.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 130 109 205 0.37 0.47 0 0.20 253.13 0.49 0.62
Hex 82 6D CD 25 2F 0 14 FD 31 3E
Octal 202 155 315 45 57 0 24 375 61 76
Binary 10000010 1101101 11001101 100101 101111 0 10100 11111101 110001 111110

Color Harmonies of #826DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DCD

Black with #826DCD

Text Example


Text Example

White with #826DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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