#8468BD

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

Shades of True V #8468BD

Tints of True V #8468BD

Color information

#8468BD (or 0x8468BD) is unknown color: approx True V. HEX triplet: 84, 68 and BD. RGB value is (132,104,189). Sum of RGB (Red+Green+Blue) = 132+104+189=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #8468BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8468BD is #7B9742. Grayscale: #797979. Windows color (decimal): -8099651 or 12413060. OLE color: 12413060.

HSL color Cylindrical-coordinate representation of color #8468BD: hue angle of 259.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8468BD is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132104189-
CMYK0.300.4500.26
HSL259.76º39.17%57.45%-
HSV(B)259.76º44.97%74.12%-
XYZ23.6518.4850.46-
YUV122.06165.78135.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=31.06%
G=24.47%
B=44.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321041890.300.4500.26259.7639.1757.45
Hex8468BD1E2D01A1042739
Octal20415027536550324044771
Binary1000010011010001011110111110101101011010100000100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8468BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8468BD; }

 p { color: rgb(132,104,189); }

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

<style>
 a { background-color: #8468BD; }

 a { background-color: rgb(132,104,189); }

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

<style>
 span { border-color: #8468BD; }

 span { border-color: rgb(132,104,189); }

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