#8465bf

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

Shades of True V #8465BF

Tints of True V #8465BF

Color information

#8465BF (or 0x8465BF) is unknown color: approx True V. HEX triplet: 84, 65 and BF. RGB value is (132,101,191). Sum of RGB (Red+Green+Blue) = 132+101+191=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #8465BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8465BF is #7B9A40. Grayscale: #787878. Windows color (decimal): -8100417 or 12543364. OLE color: 12543364.

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

Color convert

RGB132101191-
CMYK0.310.4700.25
HSL260.67º41.28%57.25%-
HSV(B)260.67º47.12%74.9%-
XYZ23.5717.9751.52-
YUV120.53167.77136.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 191 (75% from 255) = 45.05%
R=31.13%
G=23.82%
B=45.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321011910.310.4700.25260.6741.2857.25
Hex8465BF1F2F0191052939
Octal20414527737570314055171
Binary1000010011001011011111111111101111011001100000101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8465bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8465bf; }

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

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

<style>
 a { background-color: #8465bf; }

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

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

<style>
 span { border-color: #8465bf; }

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

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