Html Css Color HEX #837DCF Moody Blue

📋 copy color: '#837DCF'

red 131 ◦ green 125 ◦ blue 207

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

Shades of Moody Blue #837DCF

Tints of Moody Blue #837DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 28.29%
G = 27%
B = 44.71%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#837DCF (or 0x837DCF) is known color: Moody Blue. HEX triplet: 83, 7D and CF. RGB value is (131,125,207). Sum of RGB (Red+Green+Blue) = 131+125+207=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #837DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DCF is #7C8230. Grayscale: #878787. Windows color (decimal): -8159793 or 13598083. OLE color: 13598083.

HSL color Cylindrical-coordinate representation of color #837DCF: hue angle of 244.39º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #837DCF is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 125 207 -
CMYK 0.37 0.40 0 0.19
HSL 244.39º 0.46% 0.65% -
HSV(B) 244.39º 0.4% 0.81% -
XYZ 27.96 24 62.19 -
YUV 136.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 131 125 207 0.37 0.40 0 0.19 244.39 0.46 0.65
Hex 83 7D CF 25 28 0 13 F4 2E 41
Octal 203 175 317 45 50 0 23 364 56 101
Binary 10000011 1111101 11001111 100101 101000 0 10011 11110100 101110 1000001

Color Harmonies of #837DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DCF

Black with #837DCF

Text Example


Text Example

White with #837DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,125,207); }

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

background-color css

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

 a { background-color: rgb(131,125,207); }

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

border-color css

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

 span { border-color: rgb(131,125,207); }

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