Html Css Color HEX #826ED7 Moody Blue

📋 copy color: '#826ED7'

red 130 ◦ green 110 ◦ blue 215

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

Shades of Moody Blue #826ED7

Tints of Moody Blue #826ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.18%

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

R = 28.57%
G = 24.18%
B = 47.25%

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

#826ED7 (or 0x826ED7) is known color: Moody Blue. HEX triplet: 82, 6E and D7. RGB value is (130,110,215). Sum of RGB (Red+Green+Blue) = 130+110+215=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #826ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ED7 is #7D9128. Grayscale: #7F7F7F. Windows color (decimal): -8229161 or 14118530. OLE color: 14118530.

HSL color Cylindrical-coordinate representation of color #826ED7: hue angle of 251.43º 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 #826ED7 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 110 215 -
CMYK 0.40 0.49 0 0.16
HSL 251.43º 0.57% 0.64% -
HSV(B) 251.43º 0.49% 0.84% -
XYZ 27.05 20.8 66.88 -
YUV 127.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 130 110 215 0.40 0.49 0 0.16 251.43 0.57 0.64
Hex 82 6E D7 28 31 0 10 FB 39 40
Octal 202 156 327 50 61 0 20 373 71 100
Binary 10000010 1101110 11010111 101000 110001 0 10000 11111011 111001 1000000

Color Harmonies of #826ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826ED7

Black with #826ED7

Text Example


Text Example

White with #826ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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