Html Css Color HEX #837AD9 Moody Blue

📋 copy color: '#837AD9'

red 131 ◦ green 122 ◦ blue 217

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

Shades of Moody Blue #837AD9

Tints of Moody Blue #837AD9

RGB

 RED value IS 131 (51.56% from 255) = 27.87%

 GREEN value IS 122 (48.05% from 255) = 25.96%

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 27.87%
G = 25.96%
B = 46.17%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#837AD9 (or 0x837AD9) is known color: Moody Blue. HEX triplet: 83, 7A and D9. RGB value is (131,122,217). Sum of RGB (Red+Green+Blue) = 131+122+217=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #837AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837AD9 is #7C8526. Grayscale: #878787. Windows color (decimal): -8160551 or 14252675. OLE color: 14252675.

HSL color Cylindrical-coordinate representation of color #837AD9: hue angle of 245.68º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #837AD9 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 122 217 -
CMYK 0.40 0.44 0 0.15
HSL 245.68º 0.56% 0.66% -
HSV(B) 245.68º 0.44% 0.85% -
XYZ 28.84 23.75 68.71 -
YUV 135.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 131 122 217 0.40 0.44 0 0.15 245.68 0.56 0.66
Hex 83 7A D9 28 2C 0 F F6 38 42
Octal 203 172 331 50 54 0 17 366 70 102
Binary 10000011 1111010 11011001 101000 101100 0 1111 11110110 111000 1000010

Color Harmonies of #837AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837AD9

Black with #837AD9

Text Example


Text Example

White with #837AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837AD9; }

 p { color: rgb(131,122,217); }

 H1.HeaderClassName
 {
   color: #837AD9;
 }
 .AnyTagClassName
 {
   color: #837AD9;
 }
</style>

background-color css

<style>
 a { background-color: #837AD9; }

 a { background-color: rgb(131,122,217); }

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

border-color css

<style>
 span { border-color: #837AD9; }

 span { border-color: rgb(131,122,217); }

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