Html Css Color HEX #826DC2 Moody Blue

📋 copy color: '#826DC2'

red 130 ◦ green 109 ◦ blue 194

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

Shades of Moody Blue #826DC2

Tints of Moody Blue #826DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.8%

R = 30.02%
G = 25.17%
B = 44.8%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#826DC2 (or 0x826DC2) is known color: Moody Blue. HEX triplet: 82, 6D and C2. RGB value is (130,109,194). Sum of RGB (Red+Green+Blue) = 130+109+194=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #826DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DC2 is #7D923D. Grayscale: #7C7C7C. Windows color (decimal): -8229438 or 12742018. OLE color: 12742018.

HSL color Cylindrical-coordinate representation of color #826DC2: hue angle of 254.82º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #826DC2 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 109 194 -
CMYK 0.33 0.44 0 0.24
HSL 254.82º 0.41% 0.59% -
HSV(B) 254.82º 0.44% 0.76% -
XYZ 24.41 19.58 53.53 -
YUV 124.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 130 109 194 0.33 0.44 0 0.24 254.82 0.41 0.59
Hex 82 6D C2 21 2C 0 18 FF 29 3B
Octal 202 155 302 41 54 0 30 377 51 73
Binary 10000010 1101101 11000010 100001 101100 0 11000 11111111 101001 111011

Color Harmonies of #826DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DC2

Black with #826DC2

Text Example


Text Example

White with #826DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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