#836EBF

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

Shades of True V #836EBF

Tints of True V #836EBF

Color information

#836EBF (or 0x836EBF) is unknown color: approx True V. HEX triplet: 83, 6E and BF. RGB value is (131,110,191). Sum of RGB (Red+Green+Blue) = 131+110+191=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #836EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EBF is #7C9140. Grayscale: #7D7D7D. Windows color (decimal): -8163649 or 12545667. OLE color: 12545667.

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

Color convert

RGB131110191-
CMYK0.310.4200.25
HSL255.56º38.76%59.02%-
HSV(B)255.56º42.41%74.9%-
XYZ24.3419.7451.82-
YUV125.51164.96131.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.32%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 191 (75% from 255) = 44.21%
R=30.32%
G=25.46%
B=44.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311101910.310.4200.25255.5638.7659.02
Hex836EBF1F2A019100273b
Octal20315627737520314004773
Binary1000001111011101011111111111101010011001100000000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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