#8768BE

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

Shades of True V #8768BE

Tints of True V #8768BE

Color information

#8768BE (or 0x8768BE) is unknown color: approx True V. HEX triplet: 87, 68 and BE. RGB value is (135,104,190). Sum of RGB (Red+Green+Blue) = 135+104+190=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #8768BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768BE is #789741. Grayscale: #7A7A7A. Windows color (decimal): -7903042 or 12478599. OLE color: 12478599.

HSL color Cylindrical-coordinate representation of color #8768BE: hue angle of 261.63º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8768BE is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135104190-
CMYK0.290.4500.25
HSL261.63º39.81%57.65%-
HSV(B)261.63º45.26%74.51%-
XYZ24.2418.7751.06-
YUV123.07165.77136.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=31.47%
G=24.24%
B=44.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351041900.290.4500.25261.6339.8157.65
Hex8768BE1D2D019106283a
Octal20715027635550314065072
Binary1000011111010001011111011101101101011001100000110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8768BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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