#836EBD

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

Shades of True V #836EBD

Tints of True V #836EBD

Color information

#836EBD (or 0x836EBD) is unknown color: approx True V. HEX triplet: 83, 6E and BD. RGB value is (131,110,189). Sum of RGB (Red+Green+Blue) = 131+110+189=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #836EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EBD is #7C9142. Grayscale: #7C7C7C. Windows color (decimal): -8163651 or 12414595. OLE color: 12414595.

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

Color convert

RGB131110189-
CMYK0.310.4200.26
HSL255.95º37.44%58.63%-
HSV(B)255.95º41.8%74.12%-
XYZ24.1219.6550.67-
YUV125.28163.96132.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=30.47%
G=25.58%
B=43.95%

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
Decimal1311101890.310.4200.26255.9537.4458.63
Hex836EBD1F2A01A100253b
Octal20315627537520324004573
Binary1000001111011101011110111111101010011010100000000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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