Html Css Color HEX #837FD3 Moody Blue

📋 copy color: '#837FD3'

red 131 ◦ green 127 ◦ blue 211

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

Shades of Moody Blue #837FD3

Tints of Moody Blue #837FD3

RGB

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

 GREEN value IS 127 (50% from 255) = 27.08%

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

R = 27.93%
G = 27.08%
B = 44.99%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#837FD3 (or 0x837FD3) is known color: Moody Blue. HEX triplet: 83, 7F and D3. RGB value is (131,127,211). Sum of RGB (Red+Green+Blue) = 131+127+211=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #837FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FD3 is #7C802C. Grayscale: #898989. Windows color (decimal): -8159277 or 13860739. OLE color: 13860739.

HSL color Cylindrical-coordinate representation of color #837FD3: hue angle of 242.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #837FD3 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 127 211 -
CMYK 0.38 0.40 0 0.17
HSL 242.86º 0.49% 0.66% -
HSV(B) 242.86º 0.4% 0.83% -
XYZ 28.71 24.71 64.88 -
YUV 137.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 131 127 211 0.38 0.40 0 0.17 242.86 0.49 0.66
Hex 83 7F D3 26 28 0 11 F3 31 42
Octal 203 177 323 46 50 0 21 363 61 102
Binary 10000011 1111111 11010011 100110 101000 0 10001 11110011 110001 1000010

Color Harmonies of #837FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FD3

Black with #837FD3

Text Example


Text Example

White with #837FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,127,211); }

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

background-color css

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

 a { background-color: rgb(131,127,211); }

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

border-color css

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

 span { border-color: rgb(131,127,211); }

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