#836BC6

Color #836BC6 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #836BC6

Tints of True V #836BC6

Color information

#836BC6 (or 0x836BC6) is unknown color: approx True V. HEX triplet: 83, 6B and C6. RGB value is (131,107,198). Sum of RGB (Red+Green+Blue) = 131+107+198=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #836BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BC6 is #7C9439. Grayscale: #7C7C7C. Windows color (decimal): -8164410 or 13003651. OLE color: 13003651.

HSL color Cylindrical-coordinate representation of color #836BC6: hue angle of 255.82º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #836BC6 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB131107198-
CMYK0.340.4600.22
HSL255.82º44.39%59.8%-
HSV(B)255.82º45.96%77.65%-
XYZ24.8119.4255.87-
YUV124.55169.45132.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 198 (77.73% from 255) = 45.41%
R=30.05%
G=24.54%
B=45.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1311071980.340.4600.22255.8244.3959.8
Hex836BC6222E0161002c3c
Octal20315330642560264005474
Binary10000011110101111000110100010101110010110100000000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,107,198); }

 H1.HeaderClassName
 {
   color: #836BC6;
 }
 .AnyTagClassName
 {
   color: #836BC6;
 }
</style>
background-color css

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

 a { background-color: rgb(131,107,198); }

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

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

 span { border-color: rgb(131,107,198); }

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