Html Css Color HEX #837FAF Moody Blue

📋 copy color: '#837FAF'

red 131 ◦ green 127 ◦ blue 175

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

Shades of Moody Blue #837FAF

Tints of Moody Blue #837FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 30.25%
G = 29.33%
B = 40.42%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#837FAF (or 0x837FAF) is known color: Moody Blue. HEX triplet: 83, 7F and AF. RGB value is (131,127,175). Sum of RGB (Red+Green+Blue) = 131+127+175=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #837FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FAF is #7C8050. Grayscale: #858585. Windows color (decimal): -8159313 or 11501443. OLE color: 11501443.

HSL color Cylindrical-coordinate representation of color #837FAF: hue angle of 245º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #837FAF is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 127 175 -
CMYK 0.25 0.27 0 0.31
HSL 245º 0.23% 0.59% -
HSV(B) 245º 0.27% 0.69% -
XYZ 24.69 23.1 43.71 -
YUV 133.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 131 127 175 0.25 0.27 0 0.31 245 0.23 0.59
Hex 83 7F AF 19 1B 0 1F F5 17 3B
Octal 203 177 257 31 33 0 37 365 27 73
Binary 10000011 1111111 10101111 11001 11011 0 11111 11110101 10111 111011

Color Harmonies of #837FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FAF

Black with #837FAF

Text Example


Text Example

White with #837FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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