#8769BA

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

Shades of True V #8769BA

Tints of True V #8769BA

Color information

#8769BA (or 0x8769BA) is unknown color: approx True V. HEX triplet: 87, 69 and BA. RGB value is (135,105,186). Sum of RGB (Red+Green+Blue) = 135+105+186=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #8769BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769BA is #789645. Grayscale: #7A7A7A. Windows color (decimal): -7902790 or 12216711. OLE color: 12216711.

HSL color Cylindrical-coordinate representation of color #8769BA: hue angle of 262.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8769BA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135105186-
CMYK0.270.4400.27
HSL262.22º36.99%57.06%-
HSV(B)262.22º43.55%72.94%-
XYZ23.9118.848.82-
YUV123.2163.44136.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=31.69%
G=24.65%
B=43.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351051860.270.4400.27262.2236.9957.06
Hex8769BA1B2C01B1062539
Octal20715127233540334064571
Binary1000011111010011011101011011101100011011100000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8769BA; }

 p { color: rgb(135,105,186); }

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

<style>
 a { background-color: #8769BA; }

 a { background-color: rgb(135,105,186); }

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

<style>
 span { border-color: #8769BA; }

 span { border-color: rgb(135,105,186); }

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