#836BBF

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

Shades of True V #836BBF

Tints of True V #836BBF

Color information

#836BBF (or 0x836BBF) is unknown color: approx True V. HEX triplet: 83, 6B and BF. RGB value is (131,107,191). Sum of RGB (Red+Green+Blue) = 131+107+191=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #836BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BBF is #7C9440. Grayscale: #7B7B7B. Windows color (decimal): -8164417 or 12544899. OLE color: 12544899.

HSL color Cylindrical-coordinate representation of color #836BBF: hue angle of 257.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #836BBF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131107191-
CMYK0.310.4400.25
HSL257.14º39.62%58.43%-
HSV(B)257.14º43.98%74.9%-
XYZ24.0219.151.71-
YUV123.75165.95133.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.54%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 191 (75% from 255) = 44.52%
R=30.54%
G=24.94%
B=44.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311071910.310.4400.25257.1439.6258.43
Hex836BBF1F2C019101283a
Octal20315327737540314015072
Binary1000001111010111011111111111101100011001100000001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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