#8775BA

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

Shades of True V #8775BA

Tints of True V #8775BA

Color information

#8775BA (or 0x8775BA) is unknown color: approx True V. HEX triplet: 87, 75 and BA. RGB value is (135,117,186). Sum of RGB (Red+Green+Blue) = 135+117+186=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #8775BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775BA is #788A45. Grayscale: #818181. Windows color (decimal): -7899718 or 12219783. OLE color: 12219783.

HSL color Cylindrical-coordinate representation of color #8775BA: hue angle of 255.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8775BA is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135117186-
CMYK0.270.3700.27
HSL255.65º33.33%59.41%-
HSV(B)255.65º37.1%72.94%-
XYZ25.2221.4249.26-
YUV130.25159.46131.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.82%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=30.82%
G=26.71%
B=42.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351171860.270.3700.27255.6533.3359.41
Hex8775BA1B2501B100213b
Octal20716527233450334004173
Binary1000011111101011011101011011100101011011100000000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8775BA; }

 p { color: rgb(135,117,186); }

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

<style>
 a { background-color: #8775BA; }

 a { background-color: rgb(135,117,186); }

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

<style>
 span { border-color: #8775BA; }

 span { border-color: rgb(135,117,186); }

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