Html Css Color HEX #836CD3 Moody Blue

📋 copy color: '#836CD3'

red 131 ◦ green 108 ◦ blue 211

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

Shades of Moody Blue #836CD3

Tints of Moody Blue #836CD3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

 BLUE value IS 211 (82.81% from 255) = 46.89%

R = 29.11%
G = 24%
B = 46.89%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#836CD3 (or 0x836CD3) is known color: Moody Blue. HEX triplet: 83, 6C and D3. RGB value is (131,108,211). Sum of RGB (Red+Green+Blue) = 131+108+211=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #836CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CD3 is #7C932C. Grayscale: #7E7E7E. Windows color (decimal): -8164141 or 13855875. OLE color: 13855875.

HSL color Cylindrical-coordinate representation of color #836CD3: hue angle of 253.4º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #836CD3 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 108 211 -
CMYK 0.38 0.49 0 0.17
HSL 253.4º 0.54% 0.63% -
HSV(B) 253.4º 0.49% 0.83% -
XYZ 26.48 20.25 64.14 -
YUV 126.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 131 108 211 0.38 0.49 0 0.17 253.4 0.54 0.63
Hex 83 6C D3 26 31 0 11 FD 36 3F
Octal 203 154 323 46 61 0 21 375 66 77
Binary 10000011 1101100 11010011 100110 110001 0 10001 11111101 110110 111111

Color Harmonies of #836CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CD3

Black with #836CD3

Text Example


Text Example

White with #836CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,108,211); }

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

background-color css

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

 a { background-color: rgb(131,108,211); }

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

border-color css

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

 span { border-color: rgb(131,108,211); }

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