#836DBD

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

Shades of True V #836DBD

Tints of True V #836DBD

Color information

#836DBD (or 0x836DBD) is unknown color: approx True V. HEX triplet: 83, 6D and BD. RGB value is (131,109,189). Sum of RGB (Red+Green+Blue) = 131+109+189=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #836DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DBD is #7C9242. Grayscale: #7C7C7C. Windows color (decimal): -8163907 or 12414339. OLE color: 12414339.

HSL color Cylindrical-coordinate representation of color #836DBD: hue angle of 256.5º degrees, saturation: 0.38, 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 #836DBD is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131109189-
CMYK0.310.4200.26
HSL256.5º37.74%58.43%-
HSV(B)256.5º42.33%74.12%-
XYZ24.0119.4450.63-
YUV124.7164.29132.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.54%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=30.54%
G=25.41%
B=44.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311091890.310.4200.26256.537.7458.43
Hex836DBD1F2A01A100263a
Octal20315527537520324004672
Binary1000001111011011011110111111101010011010100000000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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