#8764BF

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

Shades of True V #8764BF

Tints of True V #8764BF

Color information

#8764BF (or 0x8764BF) is unknown color: approx True V. HEX triplet: 87, 64 and BF. RGB value is (135,100,191). Sum of RGB (Red+Green+Blue) = 135+100+191=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #8764BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764BF is #789B40. Grayscale: #787878. Windows color (decimal): -7904065 or 12543111. OLE color: 12543111.

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

Color convert

RGB135100191-
CMYK0.290.4800.25
HSL263.08º41.55%57.06%-
HSV(B)263.08º47.64%74.9%-
XYZ23.9518.0351.51-
YUV120.84167.6138.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 191 (75% from 255) = 44.84%
R=31.69%
G=23.47%
B=44.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351001910.290.4800.25263.0841.5557.06
Hex8764BF1D300191072a39
Octal20714427735600314075271
Binary1000011111001001011111111101110000011001100000111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8764BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,100,191); }

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

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

 a { background-color: rgb(135,100,191); }

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

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

 span { border-color: rgb(135,100,191); }

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