#8775BC

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

Shades of True V #8775BC

Tints of True V #8775BC

Color information

#8775BC (or 0x8775BC) is unknown color: approx True V. HEX triplet: 87, 75 and BC. RGB value is (135,117,188). Sum of RGB (Red+Green+Blue) = 135+117+188=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #8775BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775BC is #788A43. Grayscale: #828282. Windows color (decimal): -7899716 or 12350855. OLE color: 12350855.

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

Color convert

RGB135117188-
CMYK0.280.3800.26
HSL255.21º34.63%59.8%-
HSV(B)255.21º37.77%73.73%-
XYZ25.4321.550.39-
YUV130.48160.46131.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.68%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 188 (73.83% from 255) = 42.73%
R=30.68%
G=26.59%
B=42.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351171880.280.3800.26255.2134.6359.8
Hex8775BC1C2601Aff233c
Octal20716527434460323774374
Binary100001111110101101111001110010011001101011111111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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