Html Css Color HEX #837FBA Moody Blue

📋 copy color: '#837FBA'

red 131 ◦ green 127 ◦ blue 186

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

Shades of Moody Blue #837FBA

Tints of Moody Blue #837FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 29.5%
G = 28.6%
B = 41.89%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#837FBA (or 0x837FBA) is known color: Moody Blue. HEX triplet: 83, 7F and BA. RGB value is (131,127,186). Sum of RGB (Red+Green+Blue) = 131+127+186=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #837FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FBA is #7C8045. Grayscale: #868686. Windows color (decimal): -8159302 or 12222339. OLE color: 12222339.

HSL color Cylindrical-coordinate representation of color #837FBA: hue angle of 244.07º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #837FBA is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 127 186 -
CMYK 0.30 0.32 0 0.27
HSL 244.07º 0.3% 0.61% -
HSV(B) 244.07º 0.32% 0.73% -
XYZ 25.81 23.55 49.64 -
YUV 134.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 131 127 186 0.30 0.32 0 0.27 244.07 0.3 0.61
Hex 83 7F BA 1E 20 0 1B F4 1E 3D
Octal 203 177 272 36 40 0 33 364 36 75
Binary 10000011 1111111 10111010 11110 100000 0 11011 11110100 11110 111101

Color Harmonies of #837FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FBA

Black with #837FBA

Text Example


Text Example

White with #837FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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