Html Css Color HEX #836DCB Moody Blue

📋 copy color: '#836DCB'

red 131 ◦ green 109 ◦ blue 203

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

Shades of Moody Blue #836DCB

Tints of Moody Blue #836DCB

RGB

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

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

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

R = 29.57%
G = 24.6%
B = 45.82%

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

#836DCB (or 0x836DCB) is known color: Moody Blue. HEX triplet: 83, 6D and CB. RGB value is (131,109,203). Sum of RGB (Red+Green+Blue) = 131+109+203=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #836DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DCB is #7C9234. Grayscale: #7D7D7D. Windows color (decimal): -8163893 or 13331843. OLE color: 13331843.

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

Color convert

RGB 131 109 203 -
CMYK 0.35 0.46 0 0.20
HSL 254.04º 0.47% 0.61% -
HSV(B) 254.04º 0.46% 0.8% -
XYZ 25.61 20.07 59.02 -
YUV 126.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 131 109 203 0.35 0.46 0 0.20 254.04 0.47 0.61
Hex 83 6D CB 23 2E 0 14 FE 2F 3D
Octal 203 155 313 43 56 0 24 376 57 75
Binary 10000011 1101101 11001011 100011 101110 0 10100 11111110 101111 111101

Color Harmonies of #836DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DCB

Black with #836DCB

Text Example


Text Example

White with #836DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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