Html Css Color HEX #837BCF Moody Blue

📋 copy color: '#837BCF'

red 131 ◦ green 123 ◦ blue 207

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

Shades of Moody Blue #837BCF

Tints of Moody Blue #837BCF

RGB

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

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

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

R = 28.42%
G = 26.68%
B = 44.9%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#837BCF (or 0x837BCF) is known color: Moody Blue. HEX triplet: 83, 7B and CF. RGB value is (131,123,207). Sum of RGB (Red+Green+Blue) = 131+123+207=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #837BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BCF is #7C8430. Grayscale: #868686. Windows color (decimal): -8160305 or 13597571. OLE color: 13597571.

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

Color convert

RGB 131 123 207 -
CMYK 0.37 0.41 0 0.19
HSL 245.71º 0.47% 0.65% -
HSV(B) 245.71º 0.41% 0.81% -
XYZ 27.71 23.5 62.11 -
YUV 134.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 131 123 207 0.37 0.41 0 0.19 245.71 0.47 0.65
Hex 83 7B CF 25 29 0 13 F6 2F 41
Octal 203 173 317 45 51 0 23 366 57 101
Binary 10000011 1111011 11001111 100101 101001 0 10011 11110110 101111 1000001

Color Harmonies of #837BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BCF

Black with #837BCF

Text Example


Text Example

White with #837BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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