Html Css Color HEX #837CCD Moody Blue

📋 copy color: '#837CCD'

red 131 ◦ green 124 ◦ blue 205

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

Shades of Moody Blue #837CCD

Tints of Moody Blue #837CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.96%

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

R = 28.48%
G = 26.96%
B = 44.57%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#837CCD (or 0x837CCD) is known color: Moody Blue. HEX triplet: 83, 7C and CD. RGB value is (131,124,205). Sum of RGB (Red+Green+Blue) = 131+124+205=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #837CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CCD is #7C8332. Grayscale: #878787. Windows color (decimal): -8160051 or 13466755. OLE color: 13466755.

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

Color convert

RGB 131 124 205 -
CMYK 0.36 0.40 0 0.20
HSL 245.19º 0.45% 0.65% -
HSV(B) 245.19º 0.4% 0.8% -
XYZ 27.59 23.65 60.87 -
YUV 135.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 131 124 205 0.36 0.40 0 0.20 245.19 0.45 0.65
Hex 83 7C CD 24 28 0 14 F5 2D 41
Octal 203 174 315 44 50 0 24 365 55 101
Binary 10000011 1111100 11001101 100100 101000 0 10100 11110101 101101 1000001

Color Harmonies of #837CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CCD

Black with #837CCD

Text Example


Text Example

White with #837CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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