#8764CF

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

Shades of True V #8764CF

Tints of True V #8764CF

Color information

#8764CF (or 0x8764CF) is unknown color: approx True V. HEX triplet: 87, 64 and CF. RGB value is (135,100,207). Sum of RGB (Red+Green+Blue) = 135+100+207=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #8764CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764CF is #789B30. Grayscale: #7A7A7A. Windows color (decimal): -7904049 or 13591687. OLE color: 13591687.

HSL color Cylindrical-coordinate representation of color #8764CF: hue angle of 259.63º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8764CF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135100207-
CMYK0.350.5200.19
HSL259.63º52.71%60.2%-
HSV(B)259.63º51.69%81.18%-
XYZ25.8118.7761.29-
YUV122.66175.6136.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.54%
GREEN value IS 100 (39.45% from 255) = 22.62%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=30.54%
G=22.62%
B=46.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351002070.350.5200.19259.6352.7160.2
Hex8764CF2334013104353c
Octal20714431743640234046574
Binary10000111110010011001111100011110100010011100000100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8764CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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