#8463BE

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

Shades of True V #8463BE

Tints of True V #8463BE

Color information

#8463BE (or 0x8463BE) is unknown color: approx True V. HEX triplet: 84, 63 and BE. RGB value is (132,99,190). Sum of RGB (Red+Green+Blue) = 132+99+190=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #8463BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463BE is #7B9C41. Grayscale: #767676. Windows color (decimal): -8100930 or 12477316. OLE color: 12477316.

HSL color Cylindrical-coordinate representation of color #8463BE: hue angle of 261.76º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8463BE is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13299190-
CMYK0.310.4800.25
HSL261.76º41.18%56.67%-
HSV(B)261.76º47.89%74.51%-
XYZ23.2717.5550.88-
YUV119.24167.93137.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=31.35%
G=23.52%
B=45.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132991900.310.4800.25261.7641.1856.67
Hex8463BE1F300191062939
Octal20414327637600314065171
Binary1000010011000111011111011111110000011001100000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8463BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8463BE; }

 p { color: rgb(132,99,190); }

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

<style>
 a { background-color: #8463BE; }

 a { background-color: rgb(132,99,190); }

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

<style>
 span { border-color: #8463BE; }

 span { border-color: rgb(132,99,190); }

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