Html Css Color HEX #837BD2 Moody Blue

📋 copy color: '#837BD2'

red 131 ◦ green 123 ◦ blue 210

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

Shades of Moody Blue #837BD2

Tints of Moody Blue #837BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 28.23%
G = 26.51%
B = 45.26%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#837BD2 (or 0x837BD2) is known color: Moody Blue. HEX triplet: 83, 7B and D2. RGB value is (131,123,210). Sum of RGB (Red+Green+Blue) = 131+123+210=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #837BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BD2 is #7C842D. Grayscale: #868686. Windows color (decimal): -8160302 or 13794179. OLE color: 13794179.

HSL color Cylindrical-coordinate representation of color #837BD2: hue angle of 245.52º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #837BD2 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 123 210 -
CMYK 0.38 0.41 0 0.18
HSL 245.52º 0.49% 0.65% -
HSV(B) 245.52º 0.41% 0.82% -
XYZ 28.08 23.64 64.06 -
YUV 135.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 131 123 210 0.38 0.41 0 0.18 245.52 0.49 0.65
Hex 83 7B D2 26 29 0 12 F6 31 41
Octal 203 173 322 46 51 0 22 366 61 101
Binary 10000011 1111011 11010010 100110 101001 0 10010 11110110 110001 1000001

Color Harmonies of #837BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BD2

Black with #837BD2

Text Example


Text Example

White with #837BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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