#8769BC

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

Shades of True V #8769BC

Tints of True V #8769BC

Color information

#8769BC (or 0x8769BC) is unknown color: approx True V. HEX triplet: 87, 69 and BC. RGB value is (135,105,188). Sum of RGB (Red+Green+Blue) = 135+105+188=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #8769BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769BC is #789643. Grayscale: #7B7B7B. Windows color (decimal): -7902788 or 12347783. OLE color: 12347783.

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

Color convert

RGB135105188-
CMYK0.280.4400.26
HSL261.69º38.25%57.45%-
HSV(B)261.69º44.15%73.73%-
XYZ24.1218.8849.95-
YUV123.43164.44136.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=31.54%
G=24.53%
B=43.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351051880.280.4400.26261.6938.2557.45
Hex8769BC1C2C01A1062639
Octal20715127434540324064671
Binary1000011111010011011110011100101100011010100000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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