Html Css Color HEX #836DCE Moody Blue

📋 copy color: '#836DCE'

red 131 ◦ green 109 ◦ blue 206

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

Shades of Moody Blue #836DCE

Tints of Moody Blue #836DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.44%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 29.37%
G = 24.44%
B = 46.19%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#836DCE (or 0x836DCE) is known color: Moody Blue. HEX triplet: 83, 6D and CE. RGB value is (131,109,206). Sum of RGB (Red+Green+Blue) = 131+109+206=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #836DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DCE is #7C9231. Grayscale: #7E7E7E. Windows color (decimal): -8163890 or 13528451. OLE color: 13528451.

HSL color Cylindrical-coordinate representation of color #836DCE: hue angle of 253.61º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836DCE is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 109 206 -
CMYK 0.36 0.47 0 0.19
HSL 253.61º 0.5% 0.62% -
HSV(B) 253.61º 0.47% 0.81% -
XYZ 25.97 20.22 60.93 -
YUV 126.64 172.79 131.11 -
System Red Green Blue C M Y K H S L
Decimal 131 109 206 0.36 0.47 0 0.19 253.61 0.5 0.62
Hex 83 6D CE 24 2F 0 13 FE 32 3E
Octal 203 155 316 44 57 0 23 376 62 76
Binary 10000011 1101101 11001110 100100 101111 0 10011 11111110 110010 111110

Color Harmonies of #836DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DCE

Black with #836DCE

Text Example


Text Example

White with #836DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,109,206); }

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

background-color css

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

 a { background-color: rgb(131,109,206); }

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

border-color css

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

 span { border-color: rgb(131,109,206); }

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