Html Css Color HEX #836FD1 Moody Blue

📋 copy color: '#836FD1'

red 131 ◦ green 111 ◦ blue 209

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

Shades of Moody Blue #836FD1

Tints of Moody Blue #836FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.34%

R = 29.05%
G = 24.61%
B = 46.34%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#836FD1 (or 0x836FD1) is known color: Moody Blue. HEX triplet: 83, 6F and D1. RGB value is (131,111,209). Sum of RGB (Red+Green+Blue) = 131+111+209=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #836FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FD1 is #7C902E. Grayscale: #7F7F7F. Windows color (decimal): -8163375 or 13725571. OLE color: 13725571.

HSL color Cylindrical-coordinate representation of color #836FD1: hue angle of 252.24º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836FD1 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 111 209 -
CMYK 0.37 0.47 0 0.18
HSL 252.24º 0.52% 0.63% -
HSV(B) 252.24º 0.47% 0.82% -
XYZ 26.55 20.8 62.94 -
YUV 128.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 131 111 209 0.37 0.47 0 0.18 252.24 0.52 0.63
Hex 83 6F D1 25 2F 0 12 FC 34 3F
Octal 203 157 321 45 57 0 22 374 64 77
Binary 10000011 1101111 11010001 100101 101111 0 10010 11111100 110100 111111

Color Harmonies of #836FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FD1

Black with #836FD1

Text Example


Text Example

White with #836FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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