Html Css Color HEX #836FCD Moody Blue

📋 copy color: '#836FCD'

red 131 ◦ green 111 ◦ blue 205

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

Shades of Moody Blue #836FCD

Tints of Moody Blue #836FCD

RGB

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

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

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

R = 29.31%
G = 24.83%
B = 45.86%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#836FCD (or 0x836FCD) is known color: Moody Blue. HEX triplet: 83, 6F and CD. RGB value is (131,111,205). Sum of RGB (Red+Green+Blue) = 131+111+205=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #836FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FCD is #7C9032. Grayscale: #7F7F7F. Windows color (decimal): -8163379 or 13463427. OLE color: 13463427.

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

Color convert

RGB 131 111 205 -
CMYK 0.36 0.46 0 0.20
HSL 252.77º 0.48% 0.62% -
HSV(B) 252.77º 0.46% 0.8% -
XYZ 26.06 20.6 60.36 -
YUV 127.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 131 111 205 0.36 0.46 0 0.20 252.77 0.48 0.62
Hex 83 6F CD 24 2E 0 14 FD 30 3E
Octal 203 157 315 44 56 0 24 375 60 76
Binary 10000011 1101111 11001101 100100 101110 0 10100 11111101 110000 111110

Color Harmonies of #836FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FCD

Black with #836FCD

Text Example


Text Example

White with #836FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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