#8760CE

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

Shades of True V #8760CE

Tints of True V #8760CE

Color information

#8760CE (or 0x8760CE) is unknown color: approx True V. HEX triplet: 87, 60 and CE. RGB value is (135,96,206). Sum of RGB (Red+Green+Blue) = 135+96+206=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #8760CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760CE is #789F31. Grayscale: #777777. Windows color (decimal): -7905074 or 13525127. OLE color: 13525127.

HSL color Cylindrical-coordinate representation of color #8760CE: hue angle of 261.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8760CE is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13596206-
CMYK0.340.5300.19
HSL261.27º52.88%59.22%-
HSV(B)261.27º53.4%80.78%-
XYZ25.3217.9760.53-
YUV120.2176.42138.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=30.89%
G=21.97%
B=47.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal135962060.340.5300.19261.2752.8859.22
Hex8760CE2235013105353b
Octal20714031642650234056573
Binary10000111110000011001110100010110101010011100000101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8760CE; }

 p { color: rgb(135,96,206); }

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

<style>
 a { background-color: #8760CE; }

 a { background-color: rgb(135,96,206); }

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

<style>
 span { border-color: #8760CE; }

 span { border-color: rgb(135,96,206); }

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