#836FBD

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

Shades of True V #836FBD

Tints of True V #836FBD

Color information

#836FBD (or 0x836FBD) is unknown color: approx True V. HEX triplet: 83, 6F and BD. RGB value is (131,111,189). Sum of RGB (Red+Green+Blue) = 131+111+189=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #836FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FBD is #7C9042. Grayscale: #7D7D7D. Windows color (decimal): -8163395 or 12414851. OLE color: 12414851.

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

Color convert

RGB131111189-
CMYK0.310.4100.26
HSL255.38º37.14%58.82%-
HSV(B)255.38º41.27%74.12%-
XYZ24.2319.8750.7-
YUV125.87163.63131.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=30.39%
G=25.75%
B=43.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311111890.310.4100.26255.3837.1458.82
Hex836FBD1F2901Aff253b
Octal20315727537510323774573
Binary100000111101111101111011111110100101101011111111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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