Html Css Color HEX #836DCD Moody Blue

📋 copy color: '#836DCD'

red 131 ◦ green 109 ◦ blue 205

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

Shades of Moody Blue #836DCD

Tints of Moody Blue #836DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 29.44%
G = 24.49%
B = 46.07%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#836DCD (or 0x836DCD) is known color: Moody Blue. HEX triplet: 83, 6D and CD. RGB value is (131,109,205). Sum of RGB (Red+Green+Blue) = 131+109+205=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #836DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DCD is #7C9232. Grayscale: #7E7E7E. Windows color (decimal): -8163891 or 13462915. OLE color: 13462915.

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

Color convert

RGB 131 109 205 -
CMYK 0.36 0.47 0 0.20
HSL 253.75º 0.49% 0.62% -
HSV(B) 253.75º 0.47% 0.8% -
XYZ 25.85 20.17 60.29 -
YUV 126.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 131 109 205 0.36 0.47 0 0.20 253.75 0.49 0.62
Hex 83 6D CD 24 2F 0 14 FE 31 3E
Octal 203 155 315 44 57 0 24 376 61 76
Binary 10000011 1101101 11001101 100100 101111 0 10100 11111110 110001 111110

Color Harmonies of #836DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DCD

Black with #836DCD

Text Example


Text Example

White with #836DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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