#8461BF

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

Shades of True V #8461BF

Tints of True V #8461BF

Color information

#8461BF (or 0x8461BF) is unknown color: approx True V. HEX triplet: 84, 61 and BF. RGB value is (132,97,191). Sum of RGB (Red+Green+Blue) = 132+97+191=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #8461BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461BF is #7B9E40. Grayscale: #757575. Windows color (decimal): -8101441 or 12542340. OLE color: 12542340.

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

Color convert

RGB13297191-
CMYK0.310.4900.25
HSL262.34º42.34%56.47%-
HSV(B)262.34º49.21%74.9%-
XYZ23.1917.2251.39-
YUV118.18169.1137.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 191 (75% from 255) = 45.48%
R=31.43%
G=23.10%
B=45.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132971910.310.4900.25262.3442.3456.47
Hex8461BF1F310191062a38
Octal20414127737610314065270
Binary1000010011000011011111111111110001011001100000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8461BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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