Html Css Color HEX #837FD1 Moody Blue

📋 copy color: '#837FD1'

red 131 ◦ green 127 ◦ blue 209

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

Shades of Moody Blue #837FD1

Tints of Moody Blue #837FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.75%

R = 28.05%
G = 27.19%
B = 44.75%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#837FD1 (or 0x837FD1) is known color: Moody Blue. HEX triplet: 83, 7F and D1. RGB value is (131,127,209). Sum of RGB (Red+Green+Blue) = 131+127+209=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #837FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FD1 is #7C802E. Grayscale: #898989. Windows color (decimal): -8159279 or 13729667. OLE color: 13729667.

HSL color Cylindrical-coordinate representation of color #837FD1: hue angle of 242.93º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837FD1 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 127 209 -
CMYK 0.37 0.39 0 0.18
HSL 242.93º 0.47% 0.66% -
HSV(B) 242.93º 0.39% 0.82% -
XYZ 28.46 24.61 63.57 -
YUV 137.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 131 127 209 0.37 0.39 0 0.18 242.93 0.47 0.66
Hex 83 7F D1 25 27 0 12 F3 2F 42
Octal 203 177 321 45 47 0 22 363 57 102
Binary 10000011 1111111 11010001 100101 100111 0 10010 11110011 101111 1000010

Color Harmonies of #837FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FD1

Black with #837FD1

Text Example


Text Example

White with #837FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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