#8763CC

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

Shades of True V #8763CC

Tints of True V #8763CC

Color information

#8763CC (or 0x8763CC) is unknown color: approx True V. HEX triplet: 87, 63 and CC. RGB value is (135,99,204). Sum of RGB (Red+Green+Blue) = 135+99+204=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #8763CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8763CC is #789C33. Grayscale: #797979. Windows color (decimal): -7904308 or 13394823. OLE color: 13394823.

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

Color convert

RGB13599204-
CMYK0.340.5100.2
HSL260.57º50.72%59.41%-
HSV(B)260.57º51.47%80%-
XYZ25.3518.4359.35-
YUV121.73174.43137.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.82%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=30.82%
G=22.60%
B=46.58%

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
Decimal135992040.340.5100.2260.5750.7259.41
Hex8763CC2233014105333b
Octal20714331442630244056373
Binary10000111110001111001100100010110011010100100000101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8763CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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