Html Css Color HEX #826BD3 Moody Blue

📋 copy color: '#826BD3'

red 130 ◦ green 107 ◦ blue 211

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

Shades of Moody Blue #826BD3

Tints of Moody Blue #826BD3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.88%

 BLUE value IS 211 (82.81% from 255) = 47.1%

R = 29.02%
G = 23.88%
B = 47.1%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#826BD3 (or 0x826BD3) is known color: Moody Blue. HEX triplet: 82, 6B and D3. RGB value is (130,107,211). Sum of RGB (Red+Green+Blue) = 130+107+211=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #826BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BD3 is #7D942C. Grayscale: #7D7D7D. Windows color (decimal): -8229933 or 13855618. OLE color: 13855618.

HSL color Cylindrical-coordinate representation of color #826BD3: hue angle of 253.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #826BD3 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 107 211 -
CMYK 0.38 0.49 0 0.17
HSL 253.27º 0.54% 0.62% -
HSV(B) 253.27º 0.49% 0.83% -
XYZ 26.22 19.96 64.1 -
YUV 125.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 130 107 211 0.38 0.49 0 0.17 253.27 0.54 0.62
Hex 82 6B D3 26 31 0 11 FD 36 3E
Octal 202 153 323 46 61 0 21 375 66 76
Binary 10000010 1101011 11010011 100110 110001 0 10001 11111101 110110 111110

Color Harmonies of #826BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BD3

Black with #826BD3

Text Example


Text Example

White with #826BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,107,211); }

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

background-color css

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

 a { background-color: rgb(130,107,211); }

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

border-color css

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

 span { border-color: rgb(130,107,211); }

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