#8A78BE

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

Shades of True V #8A78BE

Tints of True V #8A78BE

Color information

#8A78BE (or 0x8A78BE) is unknown color: approx True V. HEX triplet: 8A, 78 and BE. RGB value is (138,120,190). Sum of RGB (Red+Green+Blue) = 138+120+190=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78BE is #758741. Grayscale: #858585. Windows color (decimal): -7702338 or 12482698. OLE color: 12482698.

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

Color convert

RGB138120190-
CMYK0.270.3700.25
HSL255.43º35%60.78%-
HSV(B)255.43º36.84%74.51%-
XYZ26.4922.5551.67-
YUV133.36159.96131.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=30.80%
G=26.79%
B=42.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381201900.270.3700.25255.433560.78
Hex8A78BE1B25019ff233d
Octal21217027633450313774375
Binary100010101111000101111101101110010101100111111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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