Html Css Color HEX #836ECC Moody Blue

📋 copy color: '#836ECC'

red 131 ◦ green 110 ◦ blue 204

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

Shades of Moody Blue #836ECC

Tints of Moody Blue #836ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.72%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 29.44%
G = 24.72%
B = 45.84%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#836ECC (or 0x836ECC) is known color: Moody Blue. HEX triplet: 83, 6E and CC. RGB value is (131,110,204). Sum of RGB (Red+Green+Blue) = 131+110+204=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #836ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ECC is #7C9133. Grayscale: #7E7E7E. Windows color (decimal): -8163636 or 13397635. OLE color: 13397635.

HSL color Cylindrical-coordinate representation of color #836ECC: hue angle of 253.4º 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 #836ECC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 110 204 -
CMYK 0.36 0.46 0 0.2
HSL 253.4º 0.48% 0.62% -
HSV(B) 253.4º 0.46% 0.8% -
XYZ 25.84 20.34 59.69 -
YUV 127 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 131 110 204 0.36 0.46 0 0.2 253.4 0.48 0.62
Hex 83 6E CC 24 2E 0 14 FD 30 3E
Octal 203 156 314 44 56 0 24 375 60 76
Binary 10000011 1101110 11001100 100100 101110 0 10100 11111101 110000 111110

Color Harmonies of #836ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ECC

Black with #836ECC

Text Example


Text Example

White with #836ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,110,204); }

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

background-color css

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

 a { background-color: rgb(131,110,204); }

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

border-color css

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

 span { border-color: rgb(131,110,204); }

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