Html Css Color HEX #836ECB Moody Blue

📋 copy color: '#836ECB'

red 131 ◦ green 110 ◦ blue 203

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

Shades of Moody Blue #836ECB

Tints of Moody Blue #836ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 29.5%
G = 24.77%
B = 45.72%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#836ECB (or 0x836ECB) is known color: Moody Blue. HEX triplet: 83, 6E and CB. RGB value is (131,110,203). Sum of RGB (Red+Green+Blue) = 131+110+203=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #836ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ECB is #7C9134. Grayscale: #7E7E7E. Windows color (decimal): -8163637 or 13332099. OLE color: 13332099.

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

Color convert

RGB 131 110 203 -
CMYK 0.35 0.46 0 0.20
HSL 253.55º 0.47% 0.61% -
HSV(B) 253.55º 0.46% 0.8% -
XYZ 25.72 20.29 59.06 -
YUV 126.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 131 110 203 0.35 0.46 0 0.20 253.55 0.47 0.61
Hex 83 6E CB 23 2E 0 14 FE 2F 3D
Octal 203 156 313 43 56 0 24 376 57 75
Binary 10000011 1101110 11001011 100011 101110 0 10100 11111110 101111 111101

Color Harmonies of #836ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ECB

Black with #836ECB

Text Example


Text Example

White with #836ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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