#876ECF

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

Shades of True V #876ECF

Tints of True V #876ECF

Color information

#876ECF (or 0x876ECF) is unknown color: approx True V. HEX triplet: 87, 6E and CF. RGB value is (135,110,207). Sum of RGB (Red+Green+Blue) = 135+110+207=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #876ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ECF is #789130. Grayscale: #808080. Windows color (decimal): -7901489 or 13594247. OLE color: 13594247.

HSL color Cylindrical-coordinate representation of color #876ECF: hue angle of 255.46º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #876ECF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135110207-
CMYK0.350.4700.19
HSL255.46º50.26%62.16%-
HSV(B)255.46º46.86%81.18%-
XYZ26.8320.8161.63-
YUV128.53172.28132.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.87%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 207 (81.25% from 255) = 45.80%
R=29.87%
G=24.34%
B=45.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351102070.350.4700.19255.4650.2662.16
Hex876ECF232F013ff323e
Octal20715631743570233776276
Binary1000011111011101100111110001110111101001111111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876ECF; }

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

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

<style>
 a { background-color: #876ECF; }

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

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

<style>
 span { border-color: #876ECF; }

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

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