#8A78BC

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

Shades of True V #8A78BC

Tints of True V #8A78BC

Color information

#8A78BC (or 0x8A78BC) is unknown color: approx True V. HEX triplet: 8A, 78 and BC. RGB value is (138,120,188). Sum of RGB (Red+Green+Blue) = 138+120+188=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A78BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78BC is #758743. Grayscale: #848484. Windows color (decimal): -7702340 or 12351626. OLE color: 12351626.

HSL color Cylindrical-coordinate representation of color #8A78BC: hue angle of 255.88º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A78BC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138120188-
CMYK0.270.3600.26
HSL255.88º33.66%60.39%-
HSV(B)255.88º36.17%73.73%-
XYZ26.2722.4750.53-
YUV133.13158.96131.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 120 (47.27% from 255) = 26.91%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=30.94%
G=26.91%
B=42.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381201880.270.3600.26255.8833.6660.39
Hex8A78BC1B2401A100223c
Octal21217027433440324004274
Binary1000101011110001011110011011100100011010100000000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A78BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,120,188); }

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

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

 a { background-color: rgb(138,120,188); }

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

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

 span { border-color: rgb(138,120,188); }

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