#8B78BA

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

Shades of True V #8B78BA

Tints of True V #8B78BA

Color information

#8B78BA (or 0x8B78BA) is unknown color: approx True V. HEX triplet: 8B, 78 and BA. RGB value is (139,120,186). Sum of RGB (Red+Green+Blue) = 139+120+186=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B78BA is #748745. Grayscale: #848484. Windows color (decimal): -7636806 or 12220555. OLE color: 12220555.

HSL color Cylindrical-coordinate representation of color #8B78BA: hue angle of 257.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B78BA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139120186-
CMYK0.250.3500.27
HSL257.27º32.35%60%-
HSV(B)257.27º35.48%72.94%-
XYZ26.2322.4749.41-
YUV133.21157.79132.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=31.24%
G=26.97%
B=41.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391201860.250.3500.27257.2732.3560
Hex8B78BA192301B101203c
Octal21317027231430334014074
Binary1000101111110001011101011001100011011011100000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B78BA; }

 p { color: rgb(139,120,186); }

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

<style>
 a { background-color: #8B78BA; }

 a { background-color: rgb(139,120,186); }

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

<style>
 span { border-color: #8B78BA; }

 span { border-color: rgb(139,120,186); }

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