Html Css Color HEX #826DD7 Moody Blue

📋 copy color: '#826DD7'

red 130 ◦ green 109 ◦ blue 215

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

Shades of Moody Blue #826DD7

Tints of Moody Blue #826DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.36%

R = 28.63%
G = 24.01%
B = 47.36%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#826DD7 (or 0x826DD7) is known color: Moody Blue. HEX triplet: 82, 6D and D7. RGB value is (130,109,215). Sum of RGB (Red+Green+Blue) = 130+109+215=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #826DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DD7 is #7D9228. Grayscale: #7E7E7E. Windows color (decimal): -8229417 or 14118274. OLE color: 14118274.

HSL color Cylindrical-coordinate representation of color #826DD7: hue angle of 251.89º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #826DD7 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 109 215 -
CMYK 0.40 0.49 0 0.16
HSL 251.89º 0.57% 0.64% -
HSV(B) 251.89º 0.49% 0.84% -
XYZ 26.94 20.59 66.84 -
YUV 127.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 130 109 215 0.40 0.49 0 0.16 251.89 0.57 0.64
Hex 82 6D D7 28 31 0 10 FC 39 40
Octal 202 155 327 50 61 0 20 374 71 100
Binary 10000010 1101101 11010111 101000 110001 0 10000 11111100 111001 1000000

Color Harmonies of #826DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DD7

Black with #826DD7

Text Example


Text Example

White with #826DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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