#8765BD

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

Shades of True V #8765BD

Tints of True V #8765BD

Color information

#8765BD (or 0x8765BD) is unknown color: approx True V. HEX triplet: 87, 65 and BD. RGB value is (135,101,189). Sum of RGB (Red+Green+Blue) = 135+101+189=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #8765BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8765BD is #789A42. Grayscale: #787878. Windows color (decimal): -7903811 or 12412295. OLE color: 12412295.

HSL color Cylindrical-coordinate representation of color #8765BD: hue angle of 263.18º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8765BD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135101189-
CMYK0.290.4700.26
HSL263.18º40%56.86%-
HSV(B)263.18º46.56%74.12%-
XYZ23.8318.1350.39-
YUV121.2166.26137.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=31.76%
G=23.76%
B=44.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351011890.290.4700.26263.184056.86
Hex8765BD1D2F01A1072839
Octal20714527535570324075071
Binary1000011111001011011110111101101111011010100000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8765BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8765BD; }

 p { color: rgb(135,101,189); }

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

<style>
 a { background-color: #8765BD; }

 a { background-color: rgb(135,101,189); }

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

<style>
 span { border-color: #8765BD; }

 span { border-color: rgb(135,101,189); }

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