Html Css Color HEX #837BD5 Moody Blue

📋 copy color: '#837BD5'

red 131 ◦ green 123 ◦ blue 213

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

Shades of Moody Blue #837BD5

Tints of Moody Blue #837BD5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.34%

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 28.05%
G = 26.34%
B = 45.61%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#837BD5 (or 0x837BD5) is known color: Moody Blue. HEX triplet: 83, 7B and D5. RGB value is (131,123,213). Sum of RGB (Red+Green+Blue) = 131+123+213=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #837BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BD5 is #7C842A. Grayscale: #878787. Windows color (decimal): -8160299 or 13990787. OLE color: 13990787.

HSL color Cylindrical-coordinate representation of color #837BD5: hue angle of 245.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #837BD5 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 123 213 -
CMYK 0.38 0.42 0 0.16
HSL 245.33º 0.52% 0.66% -
HSV(B) 245.33º 0.42% 0.84% -
XYZ 28.45 23.8 66.04 -
YUV 135.65 171.65 124.68 -
System Red Green Blue C M Y K H S L
Decimal 131 123 213 0.38 0.42 0 0.16 245.33 0.52 0.66
Hex 83 7B D5 26 2A 0 10 F5 34 42
Octal 203 173 325 46 52 0 20 365 64 102
Binary 10000011 1111011 11010101 100110 101010 0 10000 11110101 110100 1000010

Color Harmonies of #837BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BD5

Black with #837BD5

Text Example


Text Example

White with #837BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,123,213); }

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

background-color css

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

 a { background-color: rgb(131,123,213); }

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

border-color css

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

 span { border-color: rgb(131,123,213); }

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