#8768BC

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

Shades of True V #8768BC

Tints of True V #8768BC

Color information

#8768BC (or 0x8768BC) is unknown color: approx True V. HEX triplet: 87, 68 and BC. RGB value is (135,104,188). Sum of RGB (Red+Green+Blue) = 135+104+188=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #8768BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768BC is #789743. Grayscale: #7A7A7A. Windows color (decimal): -7903044 or 12347527. OLE color: 12347527.

HSL color Cylindrical-coordinate representation of color #8768BC: hue angle of 262.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8768BC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135104188-
CMYK0.280.4500.26
HSL262.14º38.53%57.25%-
HSV(B)262.14º44.68%73.73%-
XYZ24.0218.6849.92-
YUV122.84164.77136.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=31.62%
G=24.36%
B=44.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351041880.280.4500.26262.1438.5357.25
Hex8768BC1C2D01A1062739
Octal20715027434550324064771
Binary1000011111010001011110011100101101011010100000110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8768BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8768BC; }

 p { color: rgb(135,104,188); }

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

<style>
 a { background-color: #8768BC; }

 a { background-color: rgb(135,104,188); }

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

<style>
 span { border-color: #8768BC; }

 span { border-color: rgb(135,104,188); }

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