Html Css Color HEX #836DBC True V

📋 copy color: '#836DBC'

red 131 ◦ green 109 ◦ blue 188

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

Shades of True V #836DBC

Tints of True V #836DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 30.61%
G = 25.47%
B = 43.93%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#836DBC (or 0x836DBC) is known color: True V. HEX triplet: 83, 6D and BC. RGB value is (131,109,188). Sum of RGB (Red+Green+Blue) = 131+109+188=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #836DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DBC is #7C9243. Grayscale: #7C7C7C. Windows color (decimal): -8163908 or 12348803. OLE color: 12348803.

HSL color Cylindrical-coordinate representation of color #836DBC: hue angle of 256.71º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #836DBC is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 109 188 -
CMYK 0.30 0.42 0 0.26
HSL 256.71º 0.37% 0.58% -
HSV(B) 256.71º 0.42% 0.74% -
XYZ 23.91 19.39 50.06 -
YUV 124.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 131 109 188 0.30 0.42 0 0.26 256.71 0.37 0.58
Hex 83 6D BC 1E 2A 0 1A 101 25 3A
Octal 203 155 274 36 52 0 32 401 45 72
Binary 10000011 1101101 10111100 11110 101010 0 11010 100000001 100101 111010

Color Harmonies of #836DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DBC

Black with #836DBC

Text Example


Text Example

White with #836DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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