Html Css Color HEX #837FB2 Moody Blue

📋 copy color: '#837FB2'

red 131 ◦ green 127 ◦ blue 178

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

Shades of Moody Blue #837FB2

Tints of Moody Blue #837FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 30.05%
G = 29.13%
B = 40.83%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#837FB2 (or 0x837FB2) is known color: Moody Blue. HEX triplet: 83, 7F and B2. RGB value is (131,127,178). Sum of RGB (Red+Green+Blue) = 131+127+178=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #837FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FB2 is #7C804D. Grayscale: #858585. Windows color (decimal): -8159310 or 11698051. OLE color: 11698051.

HSL color Cylindrical-coordinate representation of color #837FB2: hue angle of 244.71º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #837FB2 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 127 178 -
CMYK 0.26 0.29 0 0.30
HSL 244.71º 0.25% 0.6% -
HSV(B) 244.71º 0.29% 0.7% -
XYZ 24.99 23.22 45.28 -
YUV 134.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 131 127 178 0.26 0.29 0 0.30 244.71 0.25 0.6
Hex 83 7F B2 1A 1D 0 1E F5 19 3C
Octal 203 177 262 32 35 0 36 365 31 74
Binary 10000011 1111111 10110010 11010 11101 0 11110 11110101 11001 111100

Color Harmonies of #837FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FB2

Black with #837FB2

Text Example


Text Example

White with #837FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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