#8764CC

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

Shades of True V #8764CC

Tints of True V #8764CC

Color information

#8764CC (or 0x8764CC) is unknown color: approx True V. HEX triplet: 87, 64 and CC. RGB value is (135,100,204). Sum of RGB (Red+Green+Blue) = 135+100+204=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #8764CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764CC is #789B33. Grayscale: #797979. Windows color (decimal): -7904052 or 13395079. OLE color: 13395079.

HSL color Cylindrical-coordinate representation of color #8764CC: hue angle of 260.19º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8764CC is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135100204-
CMYK0.340.5100.2
HSL260.19º50.49%59.61%-
HSV(B)260.19º50.98%80%-
XYZ25.4518.6259.38-
YUV122.32174.1137.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.75%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=30.75%
G=22.78%
B=46.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351002040.340.5100.2260.1950.4959.61
Hex8764CC2233014104323c
Octal20714431442630244046274
Binary10000111110010011001100100010110011010100100000100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8764CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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