Html Css Color HEX #837FCD Moody Blue

📋 copy color: '#837FCD'

red 131 ◦ green 127 ◦ blue 205

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

Shades of Moody Blue #837FCD

Tints of Moody Blue #837FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 28.29%
G = 27.43%
B = 44.28%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#837FCD (or 0x837FCD) is known color: Moody Blue. HEX triplet: 83, 7F and CD. RGB value is (131,127,205). Sum of RGB (Red+Green+Blue) = 131+127+205=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #837FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FCD is #7C8032. Grayscale: #888888. Windows color (decimal): -8159283 or 13467523. OLE color: 13467523.

HSL color Cylindrical-coordinate representation of color #837FCD: hue angle of 243.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #837FCD is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 127 205 -
CMYK 0.36 0.38 0 0.20
HSL 243.08º 0.44% 0.65% -
HSV(B) 243.08º 0.38% 0.8% -
XYZ 27.97 24.41 61 -
YUV 137.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 131 127 205 0.36 0.38 0 0.20 243.08 0.44 0.65
Hex 83 7F CD 24 26 0 14 F3 2C 41
Octal 203 177 315 44 46 0 24 363 54 101
Binary 10000011 1111111 11001101 100100 100110 0 10100 11110011 101100 1000001

Color Harmonies of #837FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FCD

Black with #837FCD

Text Example


Text Example

White with #837FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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