Html Css Color HEX #837BCD Moody Blue

📋 copy color: '#837BCD'

red 131 ◦ green 123 ◦ blue 205

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

Shades of Moody Blue #837BCD

Tints of Moody Blue #837BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

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

R = 28.54%
G = 26.8%
B = 44.66%

CMYK

 C value IS 0.36

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#837BCD (or 0x837BCD) is known color: Moody Blue. HEX triplet: 83, 7B and CD. RGB value is (131,123,205). Sum of RGB (Red+Green+Blue) = 131+123+205=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #837BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BCD is #7C8432. Grayscale: #868686. Windows color (decimal): -8160307 or 13466499. OLE color: 13466499.

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

Color convert

RGB 131 123 205 -
CMYK 0.36 0.4 0 0.20
HSL 245.85º 0.45% 0.64% -
HSV(B) 245.85º 0.4% 0.8% -
XYZ 27.46 23.4 60.83 -
YUV 134.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 131 123 205 0.36 0.4 0 0.20 245.85 0.45 0.64
Hex 83 7B CD 24 28 0 14 F6 2D 40
Octal 203 173 315 44 50 0 24 366 55 100
Binary 10000011 1111011 11001101 100100 101000 0 10100 11110110 101101 1000000

Color Harmonies of #837BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BCD

Black with #837BCD

Text Example


Text Example

White with #837BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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