Html Css Color HEX #836FBF Moody Blue

📋 copy color: '#836FBF'

red 131 ◦ green 111 ◦ blue 191

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

Shades of Moody Blue #836FBF

Tints of Moody Blue #836FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

 BLUE value IS 191 (75% from 255) = 44.11%

R = 30.25%
G = 25.64%
B = 44.11%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#836FBF (or 0x836FBF) is known color: Moody Blue. HEX triplet: 83, 6F and BF. RGB value is (131,111,191). Sum of RGB (Red+Green+Blue) = 131+111+191=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #836FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FBF is #7C9040. Grayscale: #7D7D7D. Windows color (decimal): -8163393 or 12545923. OLE color: 12545923.

HSL color Cylindrical-coordinate representation of color #836FBF: hue angle of 255º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #836FBF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 111 191 -
CMYK 0.31 0.42 0 0.25
HSL 255º 0.38% 0.59% -
HSV(B) 255º 0.42% 0.75% -
XYZ 24.45 19.96 51.85 -
YUV 126.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 131 111 191 0.31 0.42 0 0.25 255 0.38 0.59
Hex 83 6F BF 1F 2A 0 19 FF 26 3B
Octal 203 157 277 37 52 0 31 377 46 73
Binary 10000011 1101111 10111111 11111 101010 0 11001 11111111 100110 111011

Color Harmonies of #836FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FBF

Black with #836FBF

Text Example


Text Example

White with #836FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836FBF; }

 p { color: rgb(131,111,191); }

 H1.HeaderClassName
 {
   color: #836FBF;
 }
 .AnyTagClassName
 {
   color: #836FBF;
 }
</style>

background-color css

<style>
 a { background-color: #836FBF; }

 a { background-color: rgb(131,111,191); }

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

border-color css

<style>
 span { border-color: #836FBF; }

 span { border-color: rgb(131,111,191); }

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