#8463BF

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

Shades of True V #8463BF

Tints of True V #8463BF

Color information

#8463BF (or 0x8463BF) is unknown color: approx True V. HEX triplet: 84, 63 and BF. RGB value is (132,99,191). Sum of RGB (Red+Green+Blue) = 132+99+191=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #8463BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463BF is #7B9C40. Grayscale: #777777. Windows color (decimal): -8100929 or 12542852. OLE color: 12542852.

HSL color Cylindrical-coordinate representation of color #8463BF: hue angle of 261.52º degrees, saturation: 0.42, 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 #8463BF is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13299191-
CMYK0.310.4800.25
HSL261.52º41.82%56.86%-
HSV(B)261.52º48.17%74.9%-
XYZ23.3817.5951.45-
YUV119.35168.43137.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 191 (75% from 255) = 45.26%
R=31.28%
G=23.46%
B=45.26%

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
Decimal132991910.310.4800.25261.5241.8256.86
Hex8463BF1F300191062a39
Octal20414327737600314065271
Binary1000010011000111011111111111110000011001100000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8463BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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