#8C78BE

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

Shades of True V #8C78BE

Tints of True V #8C78BE

Color information

#8C78BE (or 0x8C78BE) is unknown color: approx True V. HEX triplet: 8C, 78 and BE. RGB value is (140,120,190). Sum of RGB (Red+Green+Blue) = 140+120+190=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78BE is #738741. Grayscale: #858585. Windows color (decimal): -7571266 or 12482700. OLE color: 12482700.

HSL color Cylindrical-coordinate representation of color #8C78BE: hue angle of 257.14º 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 #8C78BE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140120190-
CMYK0.260.3700.25
HSL257.14º35%60.78%-
HSV(B)257.14º36.84%74.51%-
XYZ26.8322.7351.69-
YUV133.96159.63132.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.11%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=31.11%
G=26.67%
B=42.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401201900.260.3700.25257.143560.78
Hex8C78BE1A25019101233d
Octal21417027632450314014375
Binary1000110011110001011111011010100101011001100000001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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