Html Css Color HEX #826DD6 Moody Blue

📋 copy color: '#826DD6'

red 130 ◦ green 109 ◦ blue 214

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

Shades of Moody Blue #826DD6

Tints of Moody Blue #826DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 28.7%
G = 24.06%
B = 47.24%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#826DD6 (or 0x826DD6) is known color: Moody Blue. HEX triplet: 82, 6D and D6. RGB value is (130,109,214). Sum of RGB (Red+Green+Blue) = 130+109+214=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #826DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DD6 is #7D9229. Grayscale: #7E7E7E. Windows color (decimal): -8229418 or 14052738. OLE color: 14052738.

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

Color convert

RGB 130 109 214 -
CMYK 0.39 0.49 0 0.16
HSL 252º 0.56% 0.63% -
HSV(B) 252º 0.49% 0.84% -
XYZ 26.81 20.54 66.17 -
YUV 127.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 130 109 214 0.39 0.49 0 0.16 252 0.56 0.63
Hex 82 6D D6 27 31 0 10 FC 38 3F
Octal 202 155 326 47 61 0 20 374 70 77
Binary 10000010 1101101 11010110 100111 110001 0 10000 11111100 111000 111111

Color Harmonies of #826DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DD6

Black with #826DD6

Text Example


Text Example

White with #826DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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